rockchip: rk3288: move SOC setting into arch_cpu_init()
[oweals/u-boot.git] / arch / arm / mach-kirkwood / Kconfig
index 5a5a63cea71902a285ecd7862fda8761db9917a1..2f68092f825c34d62c1786119cdca68a81a56962 100644 (file)
@@ -32,11 +32,8 @@ config TARGET_ICONNECT
        bool "iconnect Board"
 
 config TARGET_KM_KIRKWOOD
-       bool "KM_KIRKWOOD Board"
-       select BOARD_LATE_INIT
-       imply CMD_CRAMFS
-       imply CMD_DIAG
-       imply FS_CRAMFS
+       bool "KM Kirkwood Board"
+       select VENDOR_KM
 
 config TARGET_NET2BIG_V2
        bool "LaCie 2Big Network v2 NAS Board"
@@ -62,6 +59,12 @@ config TARGET_NSA310S
 config TARGET_SBx81LIFKW
        bool "Allied Telesis SBx81GS24/SBx81GT40/SBx81XS6/SBx81XS16"
 
+config TARGET_SBx81LIFXCAT
+       bool "Allied Telesis SBx81GP24/SBx81GT24"
+
+config TARGET_DB_88F6281_BP
+       bool "Marvell DB-88F6281-BP"
+
 endchoice
 
 config SYS_SOC
@@ -76,7 +79,7 @@ source "board/buffalo/lsxl/Kconfig"
 source "board/cloudengines/pogo_e02/Kconfig"
 source "board/d-link/dns325/Kconfig"
 source "board/iomega/iconnect/Kconfig"
-source "board/keymile/km_arm/Kconfig"
+source "board/keymile/Kconfig"
 source "board/LaCie/net2big_v2/Kconfig"
 source "board/LaCie/netspace_v2/Kconfig"
 source "board/raidsonic/ib62x0/Kconfig"
@@ -85,5 +88,7 @@ source "board/Seagate/goflexhome/Kconfig"
 source "board/Seagate/nas220/Kconfig"
 source "board/zyxel/nsa310s/Kconfig"
 source "board/alliedtelesis/SBx81LIFKW/Kconfig"
+source "board/alliedtelesis/SBx81LIFXCAT/Kconfig"
+source "board/Marvell/db-88f6281-bp/Kconfig"
 
 endif