From: blogic Date: Fri, 29 May 2015 12:25:44 +0000 (+0000) Subject: ipq806x: enable kernel support for Fixed PHY emulation X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=95392f3a644b7c0340c15da64b0683eac921e41a;p=openwrt.git ipq806x: enable kernel support for Fixed PHY emulation Most ipq806x platforms use an ethernet switch, and the new upstream GMAC driver makes use of the Fixed PHY emulation to force the link settings despite the lack of PHY. Signed-off-by: Mathieu Olivari git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index c9064b73e2..396c6e3147 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -125,6 +125,7 @@ CONFIG_DTC=y # CONFIG_DW_DMAC_PCI is not set CONFIG_DYNAMIC_DEBUG=y CONFIG_ETHERNET_PACKET_MANGLE=y +CONFIG_FIXED_PHY=y CONFIG_FREEZER=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y diff --git a/target/linux/ipq806x/config-4.0 b/target/linux/ipq806x/config-4.0 index 9ce342b330..7ec3963cc2 100644 --- a/target/linux/ipq806x/config-4.0 +++ b/target/linux/ipq806x/config-4.0 @@ -128,6 +128,7 @@ CONFIG_DTC=y # CONFIG_DW_DMAC_PCI is not set CONFIG_DYNAMIC_DEBUG=y CONFIG_ETHERNET_PACKET_MANGLE=y +CONFIG_FIXED_PHY=y CONFIG_FREEZER=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_GENERIC_BUG=y