net: cosmetic: Fix var naming net <-> eth drivers
[oweals/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
index 2b3c9c2b75ae158dbc0cf7cc5deb4c0a0ae524d7..55941c830b0da6868c2115a1b5291ab0b10eb345 100644 (file)
@@ -7,35 +7,11 @@ config SYS_CPU
 choice
        prompt "Target select"
 
-config TARGET_ATC
-       bool "Support atc"
-
-config TARGET_CPU86
-       bool "Support CPU86"
-
-config TARGET_CPU87
-       bool "Support CPU87"
-
-config TARGET_EP82XXM
-       bool "Support ep82xxm"
-
-config TARGET_GW8260
-       bool "Support gw8260"
-
-config TARGET_IPHASE4539
-       bool "Support IPHASE4539"
-
 config TARGET_KM82XX
        bool "Support km82xx"
 
 endchoice
 
-source "board/atc/Kconfig"
-source "board/cpu86/Kconfig"
-source "board/cpu87/Kconfig"
-source "board/ep82xxm/Kconfig"
-source "board/gw8260/Kconfig"
-source "board/iphase4539/Kconfig"
 source "board/keymile/km82xx/Kconfig"
 
 endmenu