aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/4xx/Kconfig
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2006-06-14 15:35:05 +0200
committerPaul Mackerras <paulus@samba.org>2006-06-15 19:31:27 +1000
commit2ba73b1d6fa62ddaa235c3c5fdf6095cae6ba748 (patch)
treecd1d84913a99e685fbc2a6a088ca86afc7d25501 /arch/ppc/platforms/4xx/Kconfig
parent[POWERPC] make pmf irq_client functions safe against pmf interrupts coming in (diff)
downloadlinux-dev-2ba73b1d6fa62ddaa235c3c5fdf6095cae6ba748.tar.xz
linux-dev-2ba73b1d6fa62ddaa235c3c5fdf6095cae6ba748.zip
[POWERPC] ppc32: fix CPCI405 board support
Hi, this patch brings the CPCI405 board support up to date and fixes several outstanding issues: -add bios_fixup() -enable RTC only when CONFIG_GEN_RTC defined -corrected CompactPCI interrupt map -added cpci405_early_serial_map for correct UART clocking -removed unused code Matthias Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/4xx/Kconfig')
-rw-r--r--arch/ppc/platforms/4xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig
index 174ddbc9758b..293bd489e7d9 100644
--- a/arch/ppc/platforms/4xx/Kconfig
+++ b/arch/ppc/platforms/4xx/Kconfig
@@ -183,7 +183,7 @@ config IBM_EMAC4
config BIOS_FIXUP
bool
- depends on BUBINGA || EP405 || SYCAMORE || WALNUT
+ depends on BUBINGA || EP405 || SYCAMORE || WALNUT || CPCI405
default y
# OAK doesn't exist but wanted to keep this around for any future 403GCX boards