diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-01-21 18:50:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-01-21 18:50:26 +0000 |
commit | a747611fe33427a506ef09e43c8f7c160556027d (patch) | |
tree | 9b9cd210497df9bac01c3835478bcbd6cb0ea9dd /target/linux/brcm63xx | |
parent | eaa3e9ec6e296b4c6d55ddc21e709e3e9acaa447 (diff) | |
download | upstream-a747611fe33427a506ef09e43c8f7c160556027d.tar.gz upstream-a747611fe33427a506ef09e43c8f7c160556027d.tar.bz2 upstream-a747611fe33427a506ef09e43c8f7c160556027d.zip |
brcm63xx: enable support for BCM63268
Support for the BCM63268 is usable, enable it by default.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39364
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/config-3.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/config-3.10 b/target/linux/brcm63xx/config-3.10 index 8269edc2e3..ab022aec77 100644 --- a/target/linux/brcm63xx/config-3.10 +++ b/target/linux/brcm63xx/config-3.10 @@ -17,7 +17,7 @@ CONFIG_B53_SPI_DRIVER=y CONFIG_BCM63XX=y CONFIG_BCM63XX_CPU_3368=y CONFIG_BCM63XX_CPU_6318=y -# CONFIG_BCM63XX_CPU_63268 is not set +CONFIG_BCM63XX_CPU_63268=y CONFIG_BCM63XX_CPU_6328=y CONFIG_BCM63XX_CPU_6338=y CONFIG_BCM63XX_CPU_6345=y |