diff options
-rw-r--r-- | target/linux/config/Config.in.ethernet | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index 2e2410559..fe76c29bd 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -5,6 +5,10 @@ menu "Ethernet network devices support" depends on ADK_TARGET_WITH_NETDEVICE \ || ADK_TARGET_GENERIC +config ADK_KERNEL_NET_ETHERNET + bool + default y + config ADK_KERNEL_NET_CADENCE bool |