diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-09-08 17:28:29 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-10 05:41:21 -0400 |
commit | d63a5e7c713a68bd368016f2022326a1a91310d8 (patch) | |
tree | 08d055f44236f15bf58c7bd30bddbbe6bbf948fc | |
parent | 5690879d93e8d3706908ec2959b0905227e68cf1 (diff) |
clk: sunxi-ng: Add hardware dependency
The sunxi-ng clock driver is useless for other architectures.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index 90fd1e4f7042..254d9526c018 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig | |||
@@ -1,5 +1,6 @@ | |||
1 | config SUNXI_CCU | 1 | config SUNXI_CCU |
2 | bool "Clock support for Allwinner SoCs" | 2 | bool "Clock support for Allwinner SoCs" |
3 | depends on ARCH_SUNXI || COMPILE_TEST | ||
3 | default ARCH_SUNXI | 4 | default ARCH_SUNXI |
4 | 5 | ||
5 | if SUNXI_CCU | 6 | if SUNXI_CCU |