summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/rmobile/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-13 13:10:25 -0500
committerTom Rini <trini@ti.com>2015-02-13 13:10:25 -0500
commit921ed4e840fecd93ed14e11d1267f476e7e92d29 (patch)
tree7b043a49656486d1228e3c4b5c3dd9426ec16cb4 /arch/arm/cpu/armv7/rmobile/Kconfig
parentbd2a4888b123713adec271d6c8040ca9f609aa2f (diff)
parent79bf043e371cfb7bed276e3ce795f066a364f5ff (diff)
downloadu-boot-imx-921ed4e840fecd93ed14e11d1267f476e7e92d29.zip
u-boot-imx-921ed4e840fecd93ed14e11d1267f476e7e92d29.tar.gz
u-boot-imx-921ed4e840fecd93ed14e11d1267f476e7e92d29.tar.bz2
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/cpu/armv7/rmobile/Kconfig')
-rw-r--r--arch/arm/cpu/armv7/rmobile/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig
index 6d94199..3586650 100644
--- a/arch/arm/cpu/armv7/rmobile/Kconfig
+++ b/arch/arm/cpu/armv7/rmobile/Kconfig
@@ -21,6 +21,9 @@ config TARGET_KZM9G
config TARGET_ALT
bool "Alt board"
+config TARGET_SILK
+ bool "Silk board"
+
endchoice
config SYS_SOC
@@ -28,7 +31,7 @@ config SYS_SOC
config RMOBILE_EXTRAM_BOOT
bool "Enable boot from RAM"
- depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER
+ depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER || TARGET_SILK
default n
source "board/atmark-techno/armadillo-800eva/Kconfig"
@@ -37,5 +40,6 @@ source "board/renesas/koelsch/Kconfig"
source "board/renesas/lager/Kconfig"
source "board/kmc/kzm9g/Kconfig"
source "board/renesas/alt/Kconfig"
+source "board/renesas/silk/Kconfig"
endif