diff options
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/Kconfig')
-rw-r--r-- | arch/powerpc/cpu/ppc4xx/Kconfig | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/Kconfig b/arch/powerpc/cpu/ppc4xx/Kconfig index 8f8860163c..a40ae3b38a 100644 --- a/arch/powerpc/cpu/ppc4xx/Kconfig +++ b/arch/powerpc/cpu/ppc4xx/Kconfig @@ -13,9 +13,6 @@ config TARGET_CSB272 config TARGET_CSB472 bool "Support csb472" -config TARGET_G2000 - bool "Support G2000" - config TARGET_JSE bool "Support JSE" @@ -110,78 +107,24 @@ config TARGET_CATCENTER config TARGET_PPCHAMELEONEVB bool "Support PPChameleonEVB" -config TARGET_APC405 - bool "Support APC405" - -config TARGET_AR405 - bool "Support AR405" - -config TARGET_ASH405 - bool "Support ASH405" - -config TARGET_CMS700 - bool "Support CMS700" - config TARGET_CPCI2DP bool "Support CPCI2DP" -config TARGET_CPCI405 - bool "Support CPCI405" - config TARGET_CPCI4052 bool "Support CPCI4052" -config TARGET_CPCI405AB - bool "Support CPCI405AB" - -config TARGET_CPCI405DT - bool "Support CPCI405DT" - -config TARGET_CPCIISER4 - bool "Support CPCIISER4" - -config TARGET_DP405 - bool "Support DP405" - -config TARGET_DU405 - bool "Support DU405" - -config TARGET_DU440 - bool "Support DU440" - -config TARGET_HH405 - bool "Support HH405" - -config TARGET_HUB405 - bool "Support HUB405" - -config TARGET_OCRTC - bool "Support OCRTC" - -config TARGET_PCI405 - bool "Support PCI405" - config TARGET_PLU405 bool "Support PLU405" -config TARGET_PMC405 - bool "Support PMC405" - config TARGET_PMC405DE bool "Support PMC405DE" config TARGET_PMC440 bool "Support PMC440" -config TARGET_VOH405 - bool "Support VOH405" - config TARGET_VOM405 bool "Support VOM405" -config TARGET_WUH405 - bool "Support WUH405" - config TARGET_DLVISION_10G bool "Support dlvision-10g" @@ -257,28 +200,12 @@ source "board/avnet/v5fx30teval/Kconfig" source "board/csb272/Kconfig" source "board/csb472/Kconfig" source "board/dave/PPChameleonEVB/Kconfig" -source "board/esd/apc405/Kconfig" -source "board/esd/ar405/Kconfig" -source "board/esd/ash405/Kconfig" -source "board/esd/cms700/Kconfig" source "board/esd/cpci2dp/Kconfig" source "board/esd/cpci405/Kconfig" -source "board/esd/cpciiser4/Kconfig" -source "board/esd/dp405/Kconfig" -source "board/esd/du405/Kconfig" -source "board/esd/du440/Kconfig" -source "board/esd/hh405/Kconfig" -source "board/esd/hub405/Kconfig" -source "board/esd/ocrtc/Kconfig" -source "board/esd/pci405/Kconfig" source "board/esd/plu405/Kconfig" -source "board/esd/pmc405/Kconfig" source "board/esd/pmc405de/Kconfig" source "board/esd/pmc440/Kconfig" -source "board/esd/voh405/Kconfig" source "board/esd/vom405/Kconfig" -source "board/esd/wuh405/Kconfig" -source "board/g2000/Kconfig" source "board/gdsys/405ep/Kconfig" source "board/gdsys/405ex/Kconfig" source "board/gdsys/dlvision/Kconfig" |