diff options
author | John Crispin <john@openwrt.org> | 2015-11-02 10:17:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-02 10:17:35 +0000 |
commit | a76de8e7b3d93943ee7b0eee971f22c4e677fc8a (patch) | |
tree | 57ba9fdd3c9b1ba0b80ea1b36cc036ac018eaa3c | |
parent | 8fa6927415e357432a3a16505569bf7d6b7e17a0 (diff) | |
download | mtk-20170518-a76de8e7b3d93943ee7b0eee971f22c4e677fc8a.zip mtk-20170518-a76de8e7b3d93943ee7b0eee971f22c4e677fc8a.tar.gz mtk-20170518-a76de8e7b3d93943ee7b0eee971f22c4e677fc8a.tar.bz2 |
ramips: mt7620 add icplus phy driver kernel config symbol
Add missing icplus phy driver kernel config symbol to mt7620 subtarget.
This is needed since some mt7620 devices have icplus ip1001 ethernet transceiver
Signed-off-by: Andrej Vlasic <andrej.vlasic0@gmail.com>
SVN-Revision: 47346
-rw-r--r-- | target/linux/ramips/mt7620/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-3.18 b/target/linux/ramips/mt7620/config-3.18 index 0263bba..5dbfaa2 100644 --- a/target/linux/ramips/mt7620/config-3.18 +++ b/target/linux/ramips/mt7620/config-3.18 @@ -11,6 +11,7 @@ CONFIG_ARCH_REQUIRE_GPIOLIB=y CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_AT803X_PHY=y +CONFIG_ICPLUS_PHY=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CEVT_R4K=y CONFIG_CLKDEV_LOOKUP=y |