diff options
author | Andy Fleming <afleming@freescale.com> | 2006-08-17 20:24:48 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-08-23 15:51:18 +1000 |
commit | ddd64159eb0d090766eee79b191a974ffdd83a42 (patch) | |
tree | 004015a1fd7b0994ad5196d8642545e55ac7e287 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 4c86cd9c59428a40233fb707f5de18caa5ab5cb7 (diff) |
[POWERPC] Fix CDS IRQ handling and PCI code
* Fix IRQ support in the 85xx CDS boards so it uses the new
generic stuff
* Fix PCI IRQ mapping to use the device tree
* Disabled i8259 support to allow the CDS to boot. This will be
fixed soon, but the current code doesn't even compile, so this
is a vast improvement
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 454fc53289a..c3268d9877e 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -14,7 +14,6 @@ config MPC8540_ADS config MPC85xx_CDS bool "Freescale MPC85xx CDS" select DEFAULT_UIMAGE - select PPC_I8259 if PCI help This option enables support for the MPC85xx CDS board |