]> git.baikalelectronics.ru Git - kernel.git/commit
clk: make CONFIG_COMMON_CLK invisible
authorArnd Bergmann <arnd@arndb.de>
Sat, 17 Mar 2012 21:10:51 +0000 (21:10 +0000)
committerArnd Bergmann <arnd@arndb.de>
Mon, 19 Mar 2012 09:37:11 +0000 (09:37 +0000)
commitc47f99d86116f4a95f30f10cb321f34291412ec1
tree9a177f73ca0df9b7477565876de26a48dde0905f
parentb1164efa0c7d76e6f946e6297d7153adfd3ae0e6
clk: make CONFIG_COMMON_CLK invisible

All platforms that use the common clk infrastructure should select
COMMON_CLK from platform code, and on all other platforms, it must
not be enabled, so there is no point making the option visible to
users, and when it is visible, we break randconfig builds.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clk/Kconfig