diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-10-16 18:31:48 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-11-20 16:45:27 -0600 |
commit | 5753c082f66eca5be81f6bda85c1718c5eea6ada (patch) | |
tree | 4ae83e950318e3eab60f4f7c2403f57421e334eb /arch/powerpc/platforms/85xx/Kconfig | |
parent | 2e9d546eda5888962a441da1e96bbf92cb5b1cbb (diff) | |
download | talos-obmc-linux-5753c082f66eca5be81f6bda85c1718c5eea6ada.tar.gz talos-obmc-linux-5753c082f66eca5be81f6bda85c1718c5eea6ada.zip |
powerpc/85xx: Kconfig cleanup
Introduce new FSL_SOC_BOOKE Kconfig to handle both 85xx and QorIQ
based chips.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index d3a975e8fd3e..5de0d633836c 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -1,6 +1,7 @@ -menuconfig MPC85xx - bool "Machine Type" - depends on PPC_85xx +menuconfig FSL_SOC_BOOKE + bool "Freescale Book-E Machine Type" + depends on PPC_85xx || PPC_BOOK3E + select FSL_SOC select PPC_UDBG_16550 select MPIC select PPC_PCI_CHOICE @@ -8,7 +9,7 @@ menuconfig MPC85xx select SERIAL_8250_SHARE_IRQ if SERIAL_8250 default y -if MPC85xx +if FSL_SOC_BOOKE config MPC8540_ADS bool "Freescale MPC8540 ADS" @@ -144,7 +145,7 @@ config SBC8560 help This option enables support for the Wind River SBC8560 board -endif # MPC85xx +endif # FSL_SOC_BOOKE config TQM85xx bool |