Convert CONFIG_CMD_IRQ to Kconfig
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc5xxx / Kconfig
index 1b81fb5..6ba0dd4 100644 (file)
@@ -6,6 +6,7 @@ config SYS_CPU
 
 choice
        prompt "Target select"
+       optional
 
 config TARGET_A3M071
        bool "Support a3m071"
@@ -20,9 +21,6 @@ config TARGET_CANMB
 config TARGET_CM5200
        bool "Support cm5200"
 
-config TARGET_GALAXY5200
-       bool "Support galaxy5200"
-
 config TARGET_INKA4X0
        bool "Support inka4x0"
 
@@ -61,19 +59,14 @@ config TARGET_O3DNT
 
 config TARGET_DIGSY_MTC
        bool "Support digsy_mtc"
+       imply CMD_IRQ
 
 config TARGET_PCM030
        bool "Support pcm030"
 
-config TARGET_AEV
-       bool "Support aev"
-
 config TARGET_CHARON
        bool "Support charon"
 
-config TARGET_TB5200
-       bool "Support TB5200"
-
 config TARGET_TQM5200
        bool "Support TQM5200"
 
@@ -83,7 +76,6 @@ source "board/a3m071/Kconfig"
 source "board/a4m072/Kconfig"
 source "board/canmb/Kconfig"
 source "board/cm5200/Kconfig"
-source "board/galaxy5200/Kconfig"
 source "board/ifm/o2dnt2/Kconfig"
 source "board/inka4x0/Kconfig"
 source "board/intercontrol/digsy_mtc/Kconfig"