diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-09-25 21:44:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-09-25 21:44:28 +0000 |
commit | c75a970337175d123c3989f473052f4919b5fd91 (patch) | |
tree | 56dbaa1ed0511da36dba89ac48032f482a680f39 /target/linux/brcm63xx/config-3.10 | |
parent | fc79d210e0e70047309806c84aca02a00ae577b8 (diff) | |
download | upstream-c75a970337175d123c3989f473052f4919b5fd91.tar.gz upstream-c75a970337175d123c3989f473052f4919b5fd91.tar.bz2 upstream-c75a970337175d123c3989f473052f4919b5fd91.zip |
kernel: b53: add Register Access Bridge Registers (SRAB) interface
The SRAB interface is used on BCM4707 and BCM5301X SoCs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38198
Diffstat (limited to 'target/linux/brcm63xx/config-3.10')
-rw-r--r-- | target/linux/brcm63xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-3.10 b/target/linux/brcm63xx/config-3.10 index f54a471cc7..e47a22ad55 100644 --- a/target/linux/brcm63xx/config-3.10 +++ b/target/linux/brcm63xx/config-3.10 @@ -13,6 +13,7 @@ CONFIG_B53_MMAP_DRIVER=y CONFIG_B53_PHY_DRIVER=y CONFIG_B53_PHY_FIXUP=y CONFIG_B53_SPI_DRIVER=y +# CONFIG_B53_SRAB_DRIVER is not set CONFIG_BCM63XX=y CONFIG_BCM63XX_CPU_3368=y CONFIG_BCM63XX_CPU_6328=y |