mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
add rtc for raho
This commit is contained in:
parent
a7877ba376
commit
6ffa575eba
|
|
@ -585,6 +585,13 @@ static struct i2c_board_info __initdata board_i2c1_devices[] = {
|
|||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#if defined (CONFIG_RTC_DRV_S35392A)
|
||||
{
|
||||
.type = "rtc-s35392a",
|
||||
.addr = 0x30,
|
||||
.flags = 0,
|
||||
},
|
||||
#endif
|
||||
#if defined (CONFIG_FM_QN8006)
|
||||
{
|
||||
.type = "fm_qn8006",
|
||||
|
|
|
|||
10
drivers/rtc/Kconfig
Normal file → Executable file
10
drivers/rtc/Kconfig
Normal file → Executable file
|
|
@ -304,6 +304,16 @@ config RTC_DRV_S35390A
|
|||
This driver can also be built as a module. If so the module
|
||||
will be called rtc-s35390a.
|
||||
|
||||
config RTC_DRV_S35392A
|
||||
tristate "Seiko Instruments S-35392A"
|
||||
select BITREVERSE
|
||||
help
|
||||
If you say yes here you will get support for the Seiko
|
||||
Instruments S-35392A.
|
||||
|
||||
This driver can also be built as a module. If so the module
|
||||
will be called rtc-s35392a.
|
||||
|
||||
config RTC_DRV_FM3130
|
||||
tristate "Ramtron FM3130"
|
||||
help
|
||||
|
|
|
|||
1
drivers/rtc/Makefile
Normal file → Executable file
1
drivers/rtc/Makefile
Normal file → Executable file
|
|
@ -72,6 +72,7 @@ obj-$(CONFIG_RTC_DRV_RS5C372) += rtc-rs5c372.o
|
|||
obj-$(CONFIG_RTC_DRV_RX8025) += rtc-rx8025.o
|
||||
obj-$(CONFIG_RTC_DRV_RX8581) += rtc-rx8581.o
|
||||
obj-$(CONFIG_RTC_DRV_S35390A) += rtc-s35390a.o
|
||||
obj-$(CONFIG_RTC_DRV_S35392A) += rtc-s35392a.o
|
||||
obj-$(CONFIG_RTC_DRV_S3C) += rtc-s3c.o
|
||||
obj-$(CONFIG_RTC_DRV_SA1100) += rtc-sa1100.o
|
||||
obj-$(CONFIG_RTC_DRV_SH) += rtc-sh.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user