summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-09 12:25:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-10 07:18:36 +0200
commit4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch)
treeaa053667a1db01295eaead91055fa8eb12ec59d0 /target/linux/config/Config.in.ethernet
parent8ae0ee8bec214f0c5b5922000ebc07588067588b (diff)
allow apple mac mini to netboot
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r--target/linux/config/Config.in.ethernet10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index ed1f5d393..39f0e8f55 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -66,6 +66,9 @@ config ADK_LINUX_KERNEL_NET_VENDOR_SMSC
config ADK_LINUX_KERNEL_NET_VENDOR_STMICRO
bool
+config ADK_LINUX_KERNEL_NET_VENDOR_SUN
+ bool
+
config ADK_LINUX_KERNEL_NET_VENDOR_XILINX
bool
@@ -508,6 +511,13 @@ config ADK_LINUX_KERNEL_STMMAC_ETH
default y if ADK_TARGET_SYSTEM_QEMU_CSKY_CK810
default n
+config ADK_LINUX_KERNEL_SUNGEM
+ bool "SUN GEM ethernet driver"
+ select ADK_LINUX_KERNEL_NET_VENDOR_SUN
+ depends on ADK_TARGET_SYSTEM_APPLE_MACMINI
+ default y if ADK_TARGET_SYSTEM_APPLE_MACMINI
+ default n
+
config ADK_LINUX_KERNEL_ETHOC
bool "OpenCore ethernet driver"
select ADK_LINUX_KERNEL_PHYLIB