diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2006-06-14 15:35:05 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-15 19:31:27 +1000 |
commit | 2ba73b1d6fa62ddaa235c3c5fdf6095cae6ba748 (patch) | |
tree | cd1d84913a99e685fbc2a6a088ca86afc7d25501 /arch/ppc/platforms/4xx/Kconfig | |
parent | 4312dc76a88146c4f1d693fc4643d1df12aaf755 (diff) |
[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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/4xx/Kconfig b/arch/ppc/platforms/4xx/Kconfig index 174ddbc9758..293bd489e7d 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 |