diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-07-06 14:16:24 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-08-10 22:42:32 +0200 |
commit | af9d238c6a1d5c131104bb011cc4c55a6207b9a2 (patch) | |
tree | 446f0a13d2c31f3175dd5fef1fa31da89b53b4a7 /arch/arm/mach-oxnas | |
parent | de8a06f674a6f9d781e5087e9217319c7b831821 (diff) | |
download | linux-stable-af9d238c6a1d5c131104bb011cc4c55a6207b9a2.tar.gz linux-stable-af9d238c6a1d5c131104bb011cc4c55a6207b9a2.tar.bz2 linux-stable-af9d238c6a1d5c131104bb011cc4c55a6207b9a2.zip |
ARM: oxnas: select reset controller framework
For unknown reasons, we have to enable three symbols for a platform
to use a reset controller driver, otherwise we get a Kconfig
warning:
warning: (MACH_OX810SE) selects RESET_OXNAS which has unmet direct dependencies (RESET_CONTROLLER)
This selects the other two symbols for oxnas.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/mach-oxnas')
-rw-r--r-- | arch/arm/mach-oxnas/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 567496bd250a..29100beb2e7f 100644 --- a/arch/arm/mach-oxnas/Kconfig +++ b/arch/arm/mach-oxnas/Kconfig @@ -11,11 +11,13 @@ if ARCH_OXNAS config MACH_OX810SE bool "Support OX810SE Based Products" + select ARCH_HAS_RESET_CONTROLLER select COMMON_CLK_OXNAS select CPU_ARM926T select MFD_SYSCON select OXNAS_RPS_TIMER select PINCTRL_OXNAS + select RESET_CONTROLLER select RESET_OXNAS select VERSATILE_FPGA_IRQ help |