diff options
author | Nishanth Menon <nm@ti.com> | 2014-02-06 15:29:31 (GMT) |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2014-02-10 18:38:06 (GMT) |
commit | 5db1dabc562b27c356376fbb527a746dcf7c9572 (patch) | |
tree | ea851aa889a36d611eafec189cf8d2199fea51fe | |
parent | e7c57ecd6019cc6392223605aed18cce257c3eff (diff) | |
download | linux-5db1dabc562b27c356376fbb527a746dcf7c9572.tar.xz |
ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XX
Select CONFIG_SOC_DRA7XX so that we can boot dra7-evm.
DRA7 family are A15 based processors that supports LPAE and an
evolutionary update to the OMAP5 generation of processors.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 845bc74..ee69829 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -29,6 +29,7 @@ CONFIG_ARCH_OMAP3=y CONFIG_ARCH_OMAP4=y CONFIG_SOC_OMAP5=y CONFIG_SOC_AM33XX=y +CONFIG_SOC_DRA7XX=y CONFIG_SOC_AM43XX=y CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SOCFPGA=y |