diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-08-30 13:39:00 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-09-04 18:28:42 -0400 |
commit | 672575e1dea4c6fe6b0579b94aa1c3af08a1a812 (patch) | |
tree | 5333e14e04719b121910ab146ffdc555159a9927 /drivers/clk/Kconfig | |
parent | 5175cb5894d606f1756c07a685e6dcabd2d8745a (diff) |
clk: versatile: make config option boolean
There is no choice to have the RealView clocks as module for sure,
so turn this config option into a boolean.
Reported-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/Kconfig')
-rw-r--r-- | drivers/clk/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 89b726d1afe5..df33b8e2b5ad 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig | |||
@@ -41,7 +41,7 @@ config COMMON_CLK_WM831X | |||
41 | PMICs from Wolfson Microlectronics. | 41 | PMICs from Wolfson Microlectronics. |
42 | 42 | ||
43 | config COMMON_CLK_VERSATILE | 43 | config COMMON_CLK_VERSATILE |
44 | tristate "Clock driver for ARM Reference designs" | 44 | bool "Clock driver for ARM Reference designs" |
45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW | 45 | depends on ARCH_INTEGRATOR || ARCH_REALVIEW |
46 | ---help--- | 46 | ---help--- |
47 | Supports clocking on ARM Reference designs Integrator/AP, | 47 | Supports clocking on ARM Reference designs Integrator/AP, |