Skip to content

Commit

Permalink
ARM: oxnas: select reset controller framework
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Neil Armstrong <[email protected]>
  • Loading branch information
arndb committed Aug 10, 2016
1 parent de8a06f commit af9d238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-oxnas/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af9d238

Please sign in to comment.