diff options
| -rw-r--r-- | drivers/char/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b46a72d782d6..696f72787fe8 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -687,7 +687,7 @@ config NVRAM  config RTC  	tristate "Enhanced Real Time Clock Support" -	depends on !PPC32 && !PARISC && !IA64 && !M68K +	depends on !PPC32 && !PARISC && !IA64 && !M68K && (!(SPARC32 || SPARC64) || PCI)  	---help---  	  If you say Y here and create a character special file /dev/rtc with  	  major number 10 and minor number 135 using mknod ("man mknod"), you | 
