clk: iproc: Make clocks visible options
Make the clocks visible options that can be selected by anyone. This avoids the problems of: 1) Select is a reverse dependency and is hard for people to understand and can sometimes be a pain to track down 2) Build coverage goes down because configs are hidden 3) Code bloat Patch suggested by Stephen Boyd Signed-off-by: Jon Mason <jonmason@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
@@ -15,7 +15,6 @@ config ARCH_BCM_IPROC
|
||||
select HAVE_ARM_SCU if SMP
|
||||
select HAVE_ARM_TWD if SMP
|
||||
select ARM_GLOBAL_TIMER
|
||||
select COMMON_CLK_IPROC
|
||||
select CLKSRC_MMIO
|
||||
select GPIOLIB
|
||||
select ARM_AMBA
|
||||
|
Reference in New Issue
Block a user