diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-09-25 21:44:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-09-25 21:44:28 +0000 |
commit | 8e9dab5d1c929047beb61684b5bd036fa38b6012 (patch) | |
tree | 6d35cef765af0fb1a111b5ff977ccdde82dced0e /target/linux/bcm53xx | |
parent | 63d8d86449c5b4e64d6bb71b8bacd768e356dbf2 (diff) | |
download | upstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.tar.gz upstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.tar.bz2 upstream-8e9dab5d1c929047beb61684b5bd036fa38b6012.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r-- | target/linux/bcm53xx/config-3.10 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/bcm53xx/config-3.10 b/target/linux/bcm53xx/config-3.10 index 325d884dd4..b8ac7d3e65 100644 --- a/target/linux/bcm53xx/config-3.10 +++ b/target/linux/bcm53xx/config-3.10 @@ -38,8 +38,8 @@ CONFIG_ATAGS=y CONFIG_AUTO_ZRELADDR=y CONFIG_B53=y # CONFIG_B53_MMAP_DRIVER is not set -CONFIG_B53_PHY_DRIVER=y -CONFIG_B53_PHY_FIXUP=y +# CONFIG_B53_PHY_DRIVER is not set +CONFIG_B53_SRAB_DRIVER=y CONFIG_BCMA=y CONFIG_BCMA_BLOCKIO=y CONFIG_BCMA_DEBUG=y @@ -98,7 +98,6 @@ CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set -CONFIG_HAVE_AOUT=y CONFIG_HAVE_ARCH_JUMP_LABEL=y CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_PFN_VALID=y |