diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-01 21:06:47 -0500 |
commit | fc834100950ab630f442aece500d8c9ccfa2b992 (patch) | |
tree | 7460641d70e42f819afbcbfe2361c238bbec170b /arch/arm/cpu/armv7/rmobile/Kconfig | |
parent | 00956eb5f313d0a62c39f4fa642ffbaa85cc955c (diff) | |
parent | 275ec28eed3d09bd924457b02ce29203172ae808 (diff) | |
download | u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.zip u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.tar.gz u-boot-imx-fc834100950ab630f442aece500d8c9ccfa2b992.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/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 3586650..2b333a3 100644 --- a/arch/arm/cpu/armv7/rmobile/Kconfig +++ b/arch/arm/cpu/armv7/rmobile/Kconfig @@ -24,6 +24,9 @@ config TARGET_ALT config TARGET_SILK bool "Silk board" +config TARGET_PORTER + bool "Porter board" + endchoice config SYS_SOC @@ -31,7 +34,7 @@ config SYS_SOC config RMOBILE_EXTRAM_BOOT bool "Enable boot from RAM" - depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER || TARGET_SILK + depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK default n source "board/atmark-techno/armadillo-800eva/Kconfig" @@ -41,5 +44,6 @@ source "board/renesas/lager/Kconfig" source "board/kmc/kzm9g/Kconfig" source "board/renesas/alt/Kconfig" source "board/renesas/silk/Kconfig" +source "board/renesas/porter/Kconfig" endif |