diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-08 11:09:34 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 07:11:17 +0100 |
commit | 81fd1b68796aadae70751ba8805b34b20df09e1b (patch) | |
tree | d88eaf7d6bbb2de700d5f5d13f60097e16f1c8e5 /arch/arm/mach-shmobile/Kconfig | |
parent | ARM: shmobile: r8a7778: add HSPI clock support for DT (diff) | |
download | linux-81fd1b68796aadae70751ba8805b34b20df09e1b.tar.xz linux-81fd1b68796aadae70751ba8805b34b20df09e1b.zip |
ARM: shmobile: Select USE_OF on EMEV2
Now when the legacy KZM9D board code is gone, make sure
USE_OF is selected in case of the EMEV2 SoC.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 564e0ade3472..180b71fd86f8 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -108,6 +108,7 @@ config ARCH_EMEV2 select ARCH_WANT_OPTIONAL_GPIOLIB select ARM_GIC select CPU_V7 + select USE_OF config ARCH_R7S72100 bool "RZ/A1H (R7S72100)" |