clk: oxnas: Add hardware dependencies
The clk-oxnas driver is specific to its architecture, so do not propose it on other architectures, unless build-testing. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Stephen Boyd <sboyd@codeaurora.org> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160707091844.196a7930@endymion
This commit is contained in:
parent
5e33ebff7e
commit
821f9946e0
|
@ -203,6 +203,7 @@ config COMMON_CLK_PIC32
|
||||||
|
|
||||||
config COMMON_CLK_OXNAS
|
config COMMON_CLK_OXNAS
|
||||||
bool "Clock driver for the OXNAS SoC Family"
|
bool "Clock driver for the OXNAS SoC Family"
|
||||||
|
depends on ARCH_OXNAS || COMPILE_TEST
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
---help---
|
---help---
|
||||||
Support for the OXNAS SoC Family clocks.
|
Support for the OXNAS SoC Family clocks.
|
||||||
|
|
Loading…
Reference in New Issue