]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
[POWERPC] Fix drivers/rtc/Kconfig for powerpc
authorWade Farnsworth <wfarnsworth@mvista.com>
Wed, 6 Jun 2007 16:57:43 +0000 (02:57 +1000)
committerPaul Mackerras <paulus@samba.org>
Tue, 10 Jul 2007 11:53:43 +0000 (21:53 +1000)
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>
drivers/rtc/Kconfig

index 4e4c10a7fd3a285add0920bb284129a0cbb78d65..83b071b6ece4184a0198683cb6dc032d281ad077 100644 (file)
@@ -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.