diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-09 19:29:46 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-11-09 19:29:46 +0000 |
commit | 68081fc1c8c7814b1c064431eb2e364f9226801a (patch) | |
tree | ec927fd4ba422a199cad1c45eb8f2f27ae02700c /target/linux/brcm47xx/config-3.10 | |
parent | 7a82667372af7eb372133fd6bb0e3322c8c02df1 (diff) | |
download | upstream-68081fc1c8c7814b1c064431eb2e364f9226801a.tar.gz upstream-68081fc1c8c7814b1c064431eb2e364f9226801a.tar.bz2 upstream-68081fc1c8c7814b1c064431eb2e364f9226801a.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>
SVN-Revision: 38699
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 |