diff options
author | Barry Song <Baohua.Song@csr.com> | 2014-01-10 03:15:42 +0000 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-03-05 10:33:47 +0800 |
commit | e7eda91f6323bd7dc85598c639f5e4709efc2309 (patch) | |
tree | b94fb7cc2b2e64e66184e813d54acbaea16a53f5 /arch/arm/mach-prima2/Kconfig | |
parent | 951ec0909c2ef3b617fe4b03045f396528c8a55f (diff) | |
download | blackbird-obmc-linux-e7eda91f6323bd7dc85598c639f5e4709efc2309.tar.gz blackbird-obmc-linux-e7eda91f6323bd7dc85598c639f5e4709efc2309.zip |
ARM: prima2: move to generic reset controller driver framework
this moves to generic IP module reset framework, and make other drivers
use common device_reset() API.
Cc: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Bin Shi <Bin.Shi@csr.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-prima2/Kconfig')
-rw-r--r-- | arch/arm/mach-prima2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-prima2/Kconfig b/arch/arm/mach-prima2/Kconfig index 6988b117fc17..f37a1de1a114 100644 --- a/arch/arm/mach-prima2/Kconfig +++ b/arch/arm/mach-prima2/Kconfig @@ -1,5 +1,6 @@ config ARCH_SIRF bool "CSR SiRF" if ARCH_MULTI_V7 + select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS select GENERIC_IRQ_CHIP |