diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-11-09 19:29:46 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-11-09 19:29:46 +0000 |
commit | 18e7630b18afa3479be6a9ac4faba4bf37aa50f5 (patch) | |
tree | 3d8eb92d4a388f289e6710c19ccbecbbd60c2c0a /target/linux/brcm47xx/config-3.10 | |
parent | a7735a2d91b7e676f48d2d014cc905215653a6e3 (diff) | |
download | upstream-18e7630b18afa3479be6a9ac4faba4bf37aa50f5.tar.gz upstream-18e7630b18afa3479be6a9ac4faba4bf37aa50f5.tar.bz2 upstream-18e7630b18afa3479be6a9ac4faba4bf37aa50f5.zip |
brcm47xx: register ADM6996L switch
This patch makes it possible to use adm6996.c on first generation
BCM47XX devices with ADM switches.
This was tested on a WRT54GS version 1.0, thank you Dirk Neukirchen for
the device.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/config-3.10')
-rw-r--r-- | target/linux/brcm47xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/config-3.10 b/target/linux/brcm47xx/config-3.10 index bc139ad738..78b69edb08 100644 --- a/target/linux/brcm47xx/config-3.10 +++ b/target/linux/brcm47xx/config-3.10 @@ -1,3 +1,4 @@ +CONFIG_ADM6996_PHY=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y |