From: Andrzej Zaborowski Date: Mon, 4 Jun 2007 15:11:06 +0000 (+0200) Subject: Disable old OMAP RTC driver if DRV_RTC_OMAP is enabled. X-Git-Tag: v2.6.22-omap1~65 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f9d73d9f90d6cb114da19866f0bac2242b977b37;p=linux-2.6-omap-h63xx.git Disable old OMAP RTC driver if DRV_RTC_OMAP is enabled. Disable old OMAP RTC driver if RTC_DRV_OMAP is enabled Signed-off-by: Andrzej Zaborowski Signed-off-by: Tony Lindgren --- diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 65f779e35f8..9c3efa281cc 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -843,7 +843,7 @@ config EFI_RTC depends on IA64 config OMAP_RTC bool "TI OMAP Real Time Clock" - depends on ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730 + depends on !RTC_DRV_OMAP && (ARCH_OMAP15XX || ARCH_OMAP16XX || ARCH_OMAP730) help Support for TI OMAP RTC