drivers/rtc/Kconfig: place RTC_DRV_IMXDI and RTC_MXC under "on-CPU RTC drivers"
RTC_DRV_IMXDI and RTC_MXC are on-chip RTC modules, so move them under "on-CPU RTC drivers" selection menu. While at it change the dependency of RTC_DRV_IMXDI from ARCH_MX25 to SOC_IMX25. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Wolfram Sang <w.sang@pengutronix.de> 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>
This commit is contained in:
committed by
Linus Torvalds
parent
0f20b767e2
commit
b224b9ac8c
@@ -620,27 +620,6 @@ config RTC_DRV_MSM6242
|
|||||||
This driver can also be built as a module. If so, the module
|
This driver can also be built as a module. If so, the module
|
||||||
will be called rtc-msm6242.
|
will be called rtc-msm6242.
|
||||||
|
|
||||||
config RTC_DRV_IMXDI
|
|
||||||
tristate "Freescale IMX DryIce Real Time Clock"
|
|
||||||
depends on ARCH_MX25
|
|
||||||
depends on RTC_CLASS
|
|
||||||
help
|
|
||||||
Support for Freescale IMX DryIce RTC
|
|
||||||
|
|
||||||
This driver can also be built as a module, if so, the module
|
|
||||||
will be called "rtc-imxdi".
|
|
||||||
|
|
||||||
config RTC_MXC
|
|
||||||
tristate "Freescale MXC Real Time Clock"
|
|
||||||
depends on ARCH_MXC
|
|
||||||
depends on RTC_CLASS
|
|
||||||
help
|
|
||||||
If you say yes here you get support for the Freescale MXC
|
|
||||||
RTC module.
|
|
||||||
|
|
||||||
This driver can also be built as a module, if so, the module
|
|
||||||
will be called "rtc-mxc".
|
|
||||||
|
|
||||||
config RTC_DRV_BQ4802
|
config RTC_DRV_BQ4802
|
||||||
tristate "TI BQ4802"
|
tristate "TI BQ4802"
|
||||||
help
|
help
|
||||||
@@ -738,6 +717,16 @@ config RTC_DRV_DAVINCI
|
|||||||
This driver can also be built as a module. If so, the module
|
This driver can also be built as a module. If so, the module
|
||||||
will be called rtc-davinci.
|
will be called rtc-davinci.
|
||||||
|
|
||||||
|
config RTC_DRV_IMXDI
|
||||||
|
tristate "Freescale IMX DryIce Real Time Clock"
|
||||||
|
depends on SOC_IMX25
|
||||||
|
depends on RTC_CLASS
|
||||||
|
help
|
||||||
|
Support for Freescale IMX DryIce RTC
|
||||||
|
|
||||||
|
This driver can also be built as a module, if so, the module
|
||||||
|
will be called "rtc-imxdi".
|
||||||
|
|
||||||
config RTC_DRV_OMAP
|
config RTC_DRV_OMAP
|
||||||
tristate "TI OMAP1"
|
tristate "TI OMAP1"
|
||||||
depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX
|
depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 || ARCH_DAVINCI_DA8XX
|
||||||
@@ -1087,4 +1076,15 @@ config RTC_DRV_LOONGSON1
|
|||||||
This driver can also be built as a module. If so, the module
|
This driver can also be built as a module. If so, the module
|
||||||
will be called rtc-ls1x.
|
will be called rtc-ls1x.
|
||||||
|
|
||||||
|
config RTC_MXC
|
||||||
|
tristate "Freescale MXC Real Time Clock"
|
||||||
|
depends on ARCH_MXC
|
||||||
|
depends on RTC_CLASS
|
||||||
|
help
|
||||||
|
If you say yes here you get support for the Freescale MXC
|
||||||
|
RTC module.
|
||||||
|
|
||||||
|
This driver can also be built as a module, if so, the module
|
||||||
|
will be called "rtc-mxc".
|
||||||
|
|
||||||
endif # RTC_CLASS
|
endif # RTC_CLASS
|
||||||
|
Reference in New Issue
Block a user