diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 12:34:15 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-08 12:34:15 +0000 |
commit | 32e15ff189422c8dd0833f14c07f5c3d83e6ad62 (patch) | |
tree | 2c940e970aedeea954c5b0952afaf1adf5859806 | |
parent | 6309bef1e4bf4bfd0d1b65933cdc0075b2038630 (diff) |
ramips: rt3883: enable the AR8216 driver
It is needed for the TEW-69{1,2}GR boards.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36275 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/rt3883/config-3.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/config-3.8 b/target/linux/ramips/rt3883/config-3.8 index ebce359025..62d760b769 100644 --- a/target/linux/ramips/rt3883/config-3.8 +++ b/target/linux/ramips/rt3883/config-3.8 @@ -1,3 +1,4 @@ +CONFIG_AR8216_PHY=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y @@ -31,6 +32,7 @@ CONFIG_DMA_NONCOHERENT=y CONFIG_DTB_RT_NONE=y CONFIG_DTC=y CONFIG_EARLY_PRINTK=y +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |