ARM: sti: always enable RESET_CONTROLLER
authorArnd Bergmann <arnd@arndb.de>
Thu, 5 Feb 2015 14:22:59 +0000 (15:22 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Feb 2015 11:20:29 +0000 (12:20 +0100)
commit1fd01aa2171d6daebc4efc045205834daf60b6c2
tree25e3dbb4747ff50a36dc51e1bf2deab0bcf08f80
parentc8823e7a9ef1454a571f4e2052b73526c1d617f6
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>
arch/arm/mach-sti/Kconfig