From: Patrick Bruenn <[email protected]> Add RTC_DRV_MXC_V2 config option
Signed-off-by: Patrick Bruenn <[email protected]> --- To: Alessandro Zummo <[email protected]> To: Alexandre Belloni <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Cc: [email protected] (open list:REAL TIME CLOCK (RTC) SUBSYSTEM) Cc: [email protected] (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Cc: [email protected] (open list) Cc: Fabio Estevam <[email protected]> Cc: Juergen Borleis <[email protected]> Cc: Noel Vellemans <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Sascha Hauer <[email protected]> (maintainer:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE) Cc: Russell King <[email protected]> (maintainer:ARM PORT) Cc: [email protected] (moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE) Cc: Philippe Ombredanne <[email protected]> Cc: Lothar Waßmann <[email protected]> --- drivers/rtc/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index b59a31b079a5..440edebf5c71 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -1689,6 +1689,16 @@ config RTC_DRV_MXC This driver can also be built as a module, if so, the module will be called "rtc-mxc". +config RTC_DRV_MXC_V2 + tristate "Freescale MXC Real Time Clock for i.MX53" + depends on ARCH_MXC + help + If you say yes here you get support for the Freescale MXC + SRTC module in i.MX53 processor. + + This driver can also be built as a module, if so, the module + will be called "rtc-mxc_v2". + config RTC_DRV_SNVS tristate "Freescale SNVS RTC support" select REGMAP_MMIO -- 2.11.0

