From: Kumar Gala Date: Thu, 16 Oct 2008 05:03:06 +0000 (-0700) Subject: rtc: use CONFIG_PPC instead of CONFIG_PPC_MERGE X-Git-Tag: v2.6.28-rc1~433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03274572215a1dfc7c382ef9b18c562612b4d466;p=platform%2Fkernel%2Flinux-3.10.git rtc: use CONFIG_PPC instead of CONFIG_PPC_MERGE Now that arch/ppc is dead CONFIG_PPC_MERGE is always defined for all powerpc platforms and we want to get rid of it use CONFIG_PPC instead. Signed-off-by: Kumar Gala Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: David Brownell Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 16bc33c..1a94596 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -612,7 +612,7 @@ config RTC_DRV_RS5C313 config RTC_DRV_PPC tristate "PowerPC machine dependent RTC support" - depends on PPC_MERGE + depends on PPC help The PowerPC kernel has machine-specific functions for accessing the RTC. This exposes that functionality through the generic RTC