diff options
author | Barry Song <Baohua.Song@csr.com> | 2014-01-09 22:15:42 -0500 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2014-03-04 21:33:47 -0500 |
commit | e7eda91f6323bd7dc85598c639f5e4709efc2309 (patch) | |
tree | b94fb7cc2b2e64e66184e813d54acbaea16a53f5 /arch/arm/mach-prima2/Kconfig | |
parent | 951ec0909c2ef3b617fe4b03045f396528c8a55f (diff) |
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 @@ | |||
1 | config ARCH_SIRF | 1 | config ARCH_SIRF |
2 | bool "CSR SiRF" if ARCH_MULTI_V7 | 2 | bool "CSR SiRF" if ARCH_MULTI_V7 |
3 | select ARCH_HAS_RESET_CONTROLLER | ||
3 | select ARCH_REQUIRE_GPIOLIB | 4 | select ARCH_REQUIRE_GPIOLIB |
4 | select GENERIC_CLOCKEVENTS | 5 | select GENERIC_CLOCKEVENTS |
5 | select GENERIC_IRQ_CHIP | 6 | select GENERIC_IRQ_CHIP |