Commit 5663c14b authored by David Brownell's avatar David Brownell Committed by Linus Torvalds

RTC Kconfig tweax

Minor fix to the Kconfig for RTCs: don't display section headers for I2C or
SPI unless they're configured.  And depend on SPI_MASTER; having slave
support wouldn't help.
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Acked-by: default avatarAlessandro Zummo <a.zummo@towertech.it>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4c4e139e
...@@ -118,7 +118,7 @@ config RTC_DRV_TEST ...@@ -118,7 +118,7 @@ config RTC_DRV_TEST
will be called rtc-test. will be called rtc-test.
comment "I2C RTC drivers" comment "I2C RTC drivers"
depends on RTC_CLASS depends on RTC_CLASS && I2C
config RTC_DRV_DS1307 config RTC_DRV_DS1307
tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00" tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00"
...@@ -213,11 +213,11 @@ config RTC_DRV_PCF8583 ...@@ -213,11 +213,11 @@ config RTC_DRV_PCF8583
will be called rtc-pcf8583. will be called rtc-pcf8583.
comment "SPI RTC drivers" comment "SPI RTC drivers"
depends on RTC_CLASS depends on RTC_CLASS && SPI_MASTER
config RTC_DRV_RS5C348 config RTC_DRV_RS5C348
tristate "Ricoh RS5C348A/B" tristate "Ricoh RS5C348A/B"
depends on RTC_CLASS && SPI depends on RTC_CLASS && SPI_MASTER
help help
If you say yes here you get support for the If you say yes here you get support for the
Ricoh RS5C348A and RS5C348B RTC chips. Ricoh RS5C348A and RS5C348B RTC chips.
...@@ -227,7 +227,7 @@ config RTC_DRV_RS5C348 ...@@ -227,7 +227,7 @@ config RTC_DRV_RS5C348
config RTC_DRV_MAX6902 config RTC_DRV_MAX6902
tristate "Maxim 6902" tristate "Maxim 6902"
depends on RTC_CLASS && SPI depends on RTC_CLASS && SPI_MASTER
help help
If you say yes here you will get support for the If you say yes here you will get support for the
Maxim MAX6902 SPI RTC chip. Maxim MAX6902 SPI RTC chip.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment