Skip to content

Commit

Permalink
clk: versatile: make config option boolean
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Mike Turquette committed Sep 4, 2012
1 parent 5175cb5 commit 672575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ config COMMON_CLK_WM831X
PMICs from Wolfson Microlectronics.

config COMMON_CLK_VERSATILE
tristate "Clock driver for ARM Reference designs"
bool "Clock driver for ARM Reference designs"
depends on ARCH_INTEGRATOR || ARCH_REALVIEW
---help---
Supports clocking on ARM Reference designs Integrator/AP,
Expand Down

0 comments on commit 672575e

Please sign in to comment.