Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60857
b: refs/heads/master
c: 5663c14
h: refs/heads/master
i:
  60855: 6865f99
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Jul 17, 2007
1 parent 7146c2e commit 14299e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4c4e139ee9d5169ba75a1b918949d95323bc17ea
refs/heads/master: 5663c14b4f3e22aece38970f9765ceb090efbb8c
8 changes: 4 additions & 4 deletions trunk/drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ config RTC_DRV_TEST
will be called rtc-test.

comment "I2C RTC drivers"
depends on RTC_CLASS
depends on RTC_CLASS && I2C

config RTC_DRV_DS1307
tristate "Dallas/Maxim DS1307/37/38/39/40, ST M41T00"
Expand Down Expand Up @@ -213,11 +213,11 @@ config RTC_DRV_PCF8583
will be called rtc-pcf8583.

comment "SPI RTC drivers"
depends on RTC_CLASS
depends on RTC_CLASS && SPI_MASTER

config RTC_DRV_RS5C348
tristate "Ricoh RS5C348A/B"
depends on RTC_CLASS && SPI
depends on RTC_CLASS && SPI_MASTER
help
If you say yes here you get support for the
Ricoh RS5C348A and RS5C348B RTC chips.
Expand All @@ -227,7 +227,7 @@ config RTC_DRV_RS5C348

config RTC_DRV_MAX6902
tristate "Maxim 6902"
depends on RTC_CLASS && SPI
depends on RTC_CLASS && SPI_MASTER
help
If you say yes here you will get support for the
Maxim MAX6902 SPI RTC chip.
Expand Down

0 comments on commit 14299e0

Please sign in to comment.