diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-04 14:59:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-04 14:59:28 +0200 |
commit | 59ccb3fb41cb82bab1631c8685c9d6d2545a16fd (patch) | |
tree | 6a2ccfd8c3c5221c90b22f9077dbd21aea101dea /target/linux/config/Config.in.ethernet | |
parent | b680bc69880de58d51b9527a985da257ebce27b4 (diff) |
add basic support for pcengines apu, only usb boot tested.
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index ffd4d40da..faa63206b 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -248,10 +248,13 @@ config ADK_KERNEL_SKY2 config ADK_KERNEL_R8169 prompt "RTL8169 driver" tristate + select ADK_KERNEL_NET_VENDOR_REALTEK select ADK_KERNEL_NETDEV_1000 select ADK_KERNEL_MII select ADK_KERNEL_FW_LOADER - depends on ADK_TARGET_WITH_PCI + select ADK_PACKAGE_REALTEK_FIRMWARE_WIRED + depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_MINIPCI + default y if ADK_TARGET_SYSTEM_PCENGINES_APU default n help |