odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / powerpc / cpu / mpc8260 / Kconfig
index 599b021..47bae55 100644 (file)
@@ -6,24 +6,15 @@ 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"
+       optional
 
 config TARGET_KM82XX
        bool "Support km82xx"
+       imply CMD_CRAMFS
+       imply FS_CRAMFS
 
 endchoice
 
-source "board/atc/Kconfig"
-source "board/cpu86/Kconfig"
-source "board/cpu87/Kconfig"
 source "board/keymile/km82xx/Kconfig"
 
 endmenu