diff options
author | John Crispin <john@openwrt.org> | 2014-08-03 11:13:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-03 11:13:52 +0000 |
commit | 04e4ff282ad359485afe34deb658f36ffb34c16f (patch) | |
tree | 44531b4cdef2083cb397c53fe24ba3a0d1834766 /target/linux/ramips/mt7620a/config-3.10 | |
parent | 44cb68c038ccef470e346c6fd9d0919a82fe68d9 (diff) | |
download | upstream-04e4ff282ad359485afe34deb658f36ffb34c16f.tar.gz upstream-04e4ff282ad359485afe34deb658f36ffb34c16f.tar.bz2 upstream-04e4ff282ad359485afe34deb658f36ffb34c16f.zip |
ramips:support Lenovo AC1200 Wireless router
Lenovo AC1200 series has two types, Y1 and Y1S.
Y1S has 256MB DDR2, Y1 only has 128MB and Y1 have no Giga Port.
Signed-off-by: Lintel <lintel.huang@gmail.com>
SVN-Revision: 41961
Diffstat (limited to 'target/linux/ramips/mt7620a/config-3.10')
-rw-r--r-- | target/linux/ramips/mt7620a/config-3.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620a/config-3.10 b/target/linux/ramips/mt7620a/config-3.10 index 6805dd9efa..1a9889edc9 100644 --- a/target/linux/ramips/mt7620a/config-3.10 +++ b/target/linux/ramips/mt7620a/config-3.10 @@ -1,6 +1,7 @@ CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +CONFIG_ARCH_HAS_RESET_CONTROLLER=y CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_REQUIRE_GPIOLIB=y @@ -78,6 +79,7 @@ CONFIG_HAVE_PERF_EVENTS=y CONFIG_HW_HAS_PCI=y CONFIG_HW_RANDOM=m CONFIG_HZ_PERIODIC=y +CONFIG_ICPLUS_PHY=y CONFIG_IMAGE_CMDLINE_HACK=y CONFIG_INET_LRO=y CONFIG_INITRAMFS_SOURCE="" |