diff options
author | Michael Büsch <mb@bu3sch.de> | 2008-02-20 17:56:24 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2008-02-20 17:56:24 +0000 |
commit | 1a3b1cecfc26731a2825a8e884b596e2f2ab4162 (patch) | |
tree | 9eddcbe2901556ef791a84b5b329d0bf02e322da /target/linux/brcm47xx/config-2.6.23 | |
parent | b8e8335de0522517b930b8338b44138c0bfc885a (diff) | |
download | upstream-1a3b1cecfc26731a2825a8e884b596e2f2ab4162.tar.gz upstream-1a3b1cecfc26731a2825a8e884b596e2f2ab4162.tar.bz2 upstream-1a3b1cecfc26731a2825a8e884b596e2f2ab4162.zip |
bcm47xx: Add driver for the SSB Gigabit Ethernet core.
It doesn't work, yet, but let's commit what we have.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10509 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-2.6.23')
-rw-r--r-- | target/linux/brcm47xx/config-2.6.23 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-2.6.23 b/target/linux/brcm47xx/config-2.6.23 index 516c15d68d..6423f0fa8b 100644 --- a/target/linux/brcm47xx/config-2.6.23 +++ b/target/linux/brcm47xx/config-2.6.23 @@ -89,6 +89,7 @@ CONFIG_INPUT=m CONFIG_IPW2200_QOS=y # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IRQ_CPU=y +# CONFIG_LEDS_ALIX is not set # CONFIG_LEDS_GPIO is not set # CONFIG_LEMOTE_FULONG is not set # CONFIG_LLC2 is not set @@ -196,9 +197,11 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SSB=y CONFIG_SSB_DEBUG=y CONFIG_SSB_DRIVER_EXTIF=y +# CONFIG_SSB_DRIVER_GIGE is not set CONFIG_SSB_DRIVER_MIPS=y CONFIG_SSB_DRIVER_PCICORE=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +CONFIG_SSB_EMBEDDED=y CONFIG_SSB_PCICORE_HOSTMODE=y CONFIG_SSB_PCIHOST=y CONFIG_SSB_PCIHOST_POSSIBLE=y |