]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-kirkwood/Kconfig
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
[people/ms/u-boot.git] / arch / arm / mach-kirkwood / Kconfig
index f7737bfb228a7565234608a11b5fa0603631d0d2..8aa54281bee6311b46c9c91be9031dfbb2e75841 100644 (file)
@@ -10,6 +10,9 @@ config TARGET_OPENRD
 config TARGET_DREAMPLUG
        bool "DreamPlug Board"
 
+config TARGET_DS109
+       bool "Synology DS109"
+
 config TARGET_GURUPLUG
        bool "GuruPlug Board"
 
@@ -30,6 +33,8 @@ config TARGET_ICONNECT
 
 config TARGET_KM_KIRKWOOD
        bool "KM_KIRKWOOD Board"
+       select BOARD_LATE_INIT
+       imply CMD_CRAMFS
 
 config TARGET_NET2BIG_V2
        bool "LaCie 2Big Network v2 NAS Board"
@@ -49,6 +54,9 @@ config TARGET_GOFLEXHOME
 config TARGET_NAS220
        bool "BlackArmor NAS220"
 
+config TARGET_NSA310S
+       bool "Zyxel NSA310S"
+
 endchoice
 
 config SYS_SOC
@@ -56,6 +64,7 @@ config SYS_SOC
 
 source "board/Marvell/openrd/Kconfig"
 source "board/Marvell/dreamplug/Kconfig"
+source "board/Synology/ds109/Kconfig"
 source "board/Marvell/guruplug/Kconfig"
 source "board/Marvell/sheevaplug/Kconfig"
 source "board/buffalo/lsxl/Kconfig"
@@ -69,5 +78,6 @@ source "board/raidsonic/ib62x0/Kconfig"
 source "board/Seagate/dockstar/Kconfig"
 source "board/Seagate/goflexhome/Kconfig"
 source "board/Seagate/nas220/Kconfig"
+source "board/zyxel/nsa310s/Kconfig"
 
 endif