mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB
ARCH_BRCMSTB needs to use the BCM2835 clock driver for chips like BCM7211 which adopted that clock controller, make that possible and the driver default to be enabled for ARCH_BRCMSTB. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
5d59f12a19
commit
789bc177f8
@ -1,8 +1,8 @@
|
||||
config CLK_BCM2835
|
||||
bool "Broadcom BCM2835 clock support"
|
||||
depends on ARCH_BCM2835 || COMPILE_TEST
|
||||
depends on ARCH_BCM2835 || ARCH_BRCMSTB || COMPILE_TEST
|
||||
depends on COMMON_CLK
|
||||
default ARCH_BCM2835
|
||||
default ARCH_BCM2835 || ARCH_BRCMSTB
|
||||
help
|
||||
Enable common clock framework support for Broadcom BCM2835
|
||||
SoCs.
|
||||
|
Loading…
Reference in New Issue
Block a user