We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147922f commit 5f55f1fCopy full SHA for 5f55f1f
drivers/clk/versatile/Kconfig
@@ -1,11 +1,8 @@
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
-menuconfig COMMON_CLK_VERSATILE
4
- bool "Clock driver for ARM Reference designs" if COMPILE_TEST
5
- default y if ARCH_INTEGRATOR || ARCH_REALVIEW || \
6
- ARCH_VERSATILE || ARCH_VEXPRESS
7
-
8
-if COMMON_CLK_VERSATILE
+menu "Clock driver for ARM Reference designs"
+ depends on ARCH_INTEGRATOR || ARCH_REALVIEW || \
+ ARCH_VERSATILE || ARCH_VEXPRESS || ARCH_ZYNQ || COMPILE_TEST
9
10
config ICST
11
bool "Clock driver for ARM Reference designs ICST"
@@ -32,4 +29,4 @@ config CLK_VEXPRESS_OSC
32
29
Express platforms hidden behind its configuration infrastructure,
33
30
commonly known as OSCs.
34
31
35
-endif
+endmenu
0 commit comments