diff options
author | Tom Rini <trini@ti.com> | 2015-02-13 13:10:25 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-13 13:10:25 -0500 |
commit | 921ed4e840fecd93ed14e11d1267f476e7e92d29 (patch) | |
tree | 7b043a49656486d1228e3c4b5c3dd9426ec16cb4 /arch/arm/cpu/armv7/rmobile/Kconfig | |
parent | bd2a4888b123713adec271d6c8040ca9f609aa2f (diff) | |
parent | 79bf043e371cfb7bed276e3ce795f066a364f5ff (diff) |
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/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig index 6d94199de8..35866508a3 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 |