Skip to content

Commit

Permalink
drivers/rtc/Kconfig: move DS2404 entry where it belongs
Browse files Browse the repository at this point in the history
Move the DS2404 entry together with the other Dallas entries, and add
Maxim so that it looks nicer (and more correct, too.)

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Sven Schnelle <svens@stackframe.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
jdelvare authored and torvalds committed Aug 8, 2014
1 parent 571eb88 commit ad0200f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,15 @@ config RTC_DRV_DS1742
This driver can also be built as a module. If so, the module
will be called rtc-ds1742.

config RTC_DRV_DS2404
tristate "Maxim/Dallas DS2404"
help
If you say yes here you get support for the
Dallas DS2404 RTC chip.

This driver can also be built as a module. If so, the module
will be called rtc-ds2404.

config RTC_DRV_DA9052
tristate "Dialog DA9052/DA9053 RTC"
depends on PMIC_DA9052
Expand Down Expand Up @@ -873,15 +882,6 @@ config RTC_DRV_V3020
This driver can also be built as a module. If so, the module
will be called rtc-v3020.

config RTC_DRV_DS2404
tristate "Dallas DS2404"
help
If you say yes here you get support for the
Dallas DS2404 RTC chip.

This driver can also be built as a module. If so, the module
will be called rtc-ds2404.

config RTC_DRV_WM831X
tristate "Wolfson Microelectronics WM831x RTC"
depends on MFD_WM831X
Expand Down

0 comments on commit ad0200f

Please sign in to comment.