diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-01-23 10:12:33 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-01-23 10:12:33 +0000 |
commit | bb0118c66fbf7cefe47b5964188ef5cc53a530f6 (patch) | |
tree | 3a61abd3b31fc063bc3b87134278a1a3b5b325fa /target/linux/generic/config-3.6 | |
parent | 3e998d9cf9b157e0fc31e4b6dcc1345db7b4743c (diff) | |
download | upstream-bb0118c66fbf7cefe47b5964188ef5cc53a530f6.tar.gz upstream-bb0118c66fbf7cefe47b5964188ef5cc53a530f6.tar.bz2 upstream-bb0118c66fbf7cefe47b5964188ef5cc53a530f6.zip |
generic: add b53 swconfig switch driver
Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.
Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305
Diffstat (limited to 'target/linux/generic/config-3.6')
-rw-r--r-- | target/linux/generic/config-3.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 090346fcdc..707a2637d3 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -176,6 +176,7 @@ CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set # CONFIG_B44 is not set +# CONFIG_B53 is not set # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_BASE_FULL=y |