diff options
author | Chen-Yu Tsai <wens@csie.org> | 2014-10-12 05:40:24 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-10-20 08:51:31 -0400 |
commit | 2f4bc73445fd3786b91d24b879fed527ef533cbf (patch) | |
tree | b22ba3e0190e57befe7743707fd0b49b4bd38a9f /arch/arm/mach-sunxi | |
parent | 19e704e35e33e2e468a4d038f83003ff9e9bd4cd (diff) |
ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER and RESET_CONTROLLER for sun9i
The A80 SoC has reset controls matching bus clock gates.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index d04f84b4f937..a77604fbaf25 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig | |||
@@ -45,6 +45,8 @@ config MACH_SUN8I | |||
45 | config MACH_SUN9I | 45 | config MACH_SUN9I |
46 | bool "Allwinner (sun9i) SoCs support" | 46 | bool "Allwinner (sun9i) SoCs support" |
47 | default ARCH_SUNXI | 47 | default ARCH_SUNXI |
48 | select ARCH_HAS_RESET_CONTROLLER | ||
48 | select ARM_GIC | 49 | select ARM_GIC |
50 | select RESET_CONTROLLER | ||
49 | 51 | ||
50 | endif | 52 | endif |