diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-02-28 16:43:22 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-02-28 16:43:51 +0100 |
commit | a732f69f858dced41e2cdcf893a26e061fbb2917 (patch) | |
tree | 6646bf082fafb7ef0187cdd5a1c75583ba85192b /target/linux/bcm53xx/config-4.9 | |
parent | 1e4ee5a318582ec183c97630e49bdae865381fd3 (diff) | |
download | upstream-a732f69f858dced41e2cdcf893a26e061fbb2917.tar.gz upstream-a732f69f858dced41e2cdcf893a26e061fbb2917.tar.bz2 upstream-a732f69f858dced41e2cdcf893a26e061fbb2917.zip |
bcm53xx: enable CLK_BCM_NSP for kernel 4.9
This is required to get booting kernel.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.9')
-rw-r--r-- | target/linux/bcm53xx/config-4.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/config-4.9 b/target/linux/bcm53xx/config-4.9 index 136bca5de6..77492c88c6 100644 --- a/target/linux/bcm53xx/config-4.9 +++ b/target/linux/bcm53xx/config-4.9 @@ -78,7 +78,7 @@ CONFIG_CLKSRC_MMIO=y CONFIG_CLKSRC_OF=y CONFIG_CLKSRC_PROBE=y # CONFIG_CLK_BCM_NS2 is not set -# CONFIG_CLK_BCM_NSP is not set +CONFIG_CLK_BCM_NSP=y CONFIG_CLONE_BACKWARDS=y CONFIG_COMMON_CLK=y CONFIG_COMMON_CLK_IPROC=y |