diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-06-06 22:21:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-06-06 22:21:58 +0000 |
commit | 600b59642e7665026855ec1c40122d94f000f3f7 (patch) | |
tree | afcd4abde3ca47ef07df8a94170a05c29a140cf1 /target/linux/brcm63xx/generic | |
parent | b5b3e94132ece95255b35bab90b47179746c68e4 (diff) | |
download | upstream-600b59642e7665026855ec1c40122d94f000f3f7.tar.gz upstream-600b59642e7665026855ec1c40122d94f000f3f7.tar.bz2 upstream-600b59642e7665026855ec1c40122d94f000f3f7.zip |
brcm63xx: add support for BCM3368
Add support for the Broadcom BCM3368 cable modem chipset, includes:
- Ethernet
- SPI
- UARTs
- GPIOs
- PCI
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36874
Diffstat (limited to 'target/linux/brcm63xx/generic')
-rw-r--r-- | target/linux/brcm63xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/generic/config-default b/target/linux/brcm63xx/generic/config-default index 2dc558be29..202ac3ba60 100644 --- a/target/linux/brcm63xx/generic/config-default +++ b/target/linux/brcm63xx/generic/config-default @@ -1,3 +1,4 @@ +CONFIG_BCM63XX_CPU_3368=y CONFIG_BCM63XX_CPU_6328=y CONFIG_BCM63XX_CPU_6338=y CONFIG_BCM63XX_CPU_6345=y |