diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 13:40:02 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 01:37:09 -0400 |
commit | e5d8d54db25790524da34b0143f4e0176fb7677b (patch) | |
tree | 5424562c9dd166eadd10b58d38ea9b3ce1a68ae0 /arch/powerpc/platforms/Kconfig | |
parent | 0b195812dfbccc2ac33e17b35b899dd4fea7611f (diff) |
[POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot support
This allows booting on legacy, non-device-tree aware versions of U-boot.
It also fixes up the hardware to match the PCI and chipselect information
in the device tree, as u-boot is inconsistent in setting these up
correctly (or at all).
Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 932538a93c2b..2c937fb207fe 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -19,6 +19,7 @@ config EMBEDDED6xx | |||
19 | config PPC_82xx | 19 | config PPC_82xx |
20 | bool "Freescale 82xx" | 20 | bool "Freescale 82xx" |
21 | depends on 6xx | 21 | depends on 6xx |
22 | select WANT_DEVICE_TREE | ||
22 | 23 | ||
23 | config PPC_83xx | 24 | config PPC_83xx |
24 | bool "Freescale 83xx" | 25 | bool "Freescale 83xx" |