diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-09-13 12:24:36 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2016-09-13 12:25:50 +0200 |
commit | b964196c68d6727d14bfae868ff428d240e011c9 (patch) | |
tree | 4c2617c96fe95df655f1d45de7203d838f98c6fe /target/linux/bcm53xx/config-4.4 | |
parent | e70e3c544ae4649b1eae0d13ac09aa6b2e734bf4 (diff) | |
download | upstream-b964196c68d6727d14bfae868ff428d240e011c9.tar.gz upstream-b964196c68d6727d14bfae868ff428d240e011c9.tar.bz2 upstream-b964196c68d6727d14bfae868ff428d240e011c9.zip |
bcm53xx: use the latest submitted version of ILP clock driver
It switched to syscon to better describe PMU block.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx/config-4.4')
-rw-r--r-- | target/linux/bcm53xx/config-4.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/config-4.4 b/target/linux/bcm53xx/config-4.4 index 382e6727c7..7c210a308a 100644 --- a/target/linux/bcm53xx/config-4.4 +++ b/target/linux/bcm53xx/config-4.4 @@ -209,6 +209,7 @@ CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y # CONFIG_MDIO_BCM_IPROC is not set CONFIG_MDIO_BOARDINFO=y +CONFIG_MFD_SYSCON=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MODULES_USE_ELF_REL=y @@ -270,6 +271,8 @@ CONFIG_PINCTRL=y # CONFIG_PL310_ERRATA_769419 is not set CONFIG_RATIONAL=y CONFIG_RCU_STALL_COMMON=y +CONFIG_REGMAP=y +CONFIG_REGMAP_MMIO=y CONFIG_RFS_ACCEL=y CONFIG_RPS=y CONFIG_RWSEM_SPIN_ON_OWNER=y |