aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/Kconfig
diff options
context:
space:
mode:
authorWade Farnsworth <wfarnsworth@mvista.com>2007-06-07 02:57:43 +1000
committerPaul Mackerras <paulus@samba.org>2007-07-10 21:53:43 +1000
commit57cc705f3920d39d96ed9b8373aa7ff2cb93434f (patch)
tree69d87bd8e96e98210c484ca546aec2a26c73db40 /drivers/rtc/Kconfig
parent[POWERPC] of_serial: add port type checking (diff)
downloadlinux-dev-57cc705f3920d39d96ed9b8373aa7ff2cb93434f.tar.xz
linux-dev-57cc705f3920d39d96ed9b8373aa7ff2cb93434f.zip
[POWERPC] Fix drivers/rtc/Kconfig for powerpc
The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This fixes drivers/rtc/Kconfig to use the correct config option. Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com> Acked-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--drivers/rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 4e4c10a7fd3a..83b071b6ece4 100644
--- a/drivers/rtc/Kconfig
+++ b/drivers/rtc/Kconfig
@@ -246,7 +246,7 @@ comment "Platform RTC drivers"
config RTC_DRV_CMOS
tristate "PC-style 'CMOS'"
depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
- || M32R || ATARI || POWERPC || MIPS)
+ || M32R || ATARI || PPC || MIPS)
help
Say "yes" here to get direct support for the real time clock
found in every PC or ACPI-based system, and some other boards.