diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-02-05 15:22:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-02-18 12:20:29 +0100 |
commit | 1fd01aa2171d6daebc4efc045205834daf60b6c2 (patch) | |
tree | 25e3dbb4747ff50a36dc51e1bf2deab0bcf08f80 /arch/arm/mach-sti | |
parent | c8823e7a9ef1454a571f4e2052b73526c1d617f6 (diff) | |
download | op-kernel-dev-1fd01aa2171d6daebc4efc045205834daf60b6c2.zip op-kernel-dev-1fd01aa2171d6daebc4efc045205834daf60b6c2.tar.gz |
ARM: sti: always enable RESET_CONTROLLER
A lot of the sti device drivers require reset controller support,
but do not all have individual 'depends on RESET_CONTROLLER'
statements. Using 'select' here once avoids a lot of build errors
resulting from this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Cc: Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
Diffstat (limited to 'arch/arm/mach-sti')
-rw-r--r-- | arch/arm/mach-sti/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 8825bc9..3b1ac46 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -13,6 +13,7 @@ menuconfig ARCH_STI select ARM_ERRATA_775420 select PL310_ERRATA_753970 if CACHE_L2X0 select PL310_ERRATA_769419 if CACHE_L2X0 + select RESET_CONTROLLER help Include support for STiH41x SOCs like STiH415/416 using the device tree for discovery |