aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/40x/Kconfig
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-02-06 08:04:58 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-02-06 22:02:51 -0500
commitfde9d16faee27907852b59e7c0cd0741975c37eb (patch)
treea9b7f4dd7031e2cb9cc4fdc0b432c880b7f7e37b /arch/powerpc/platforms/40x/Kconfig
parentde0723dcca6e593a12a259798a54eb0e82628fb8 (diff)
[POWERPC] 4xx: Fix Walnut build
The addition of of_rtc for the Walnut board was only half complete. Select OF_RTC in the Kconfig and include the appropriate header to make it compile. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 74f31177e47a..a9260e21451e 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -72,6 +72,7 @@ config WALNUT
72 default y 72 default y
73 select 405GP 73 select 405GP
74 select PCI 74 select PCI
75 select OF_RTC
75 help 76 help
76 This option enables support for the IBM PPC405GP evaluation board. 77 This option enables support for the IBM PPC405GP evaluation board.
77 78