diff options
author | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 04:48:55 +0200 |
---|---|---|
committer | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 12:39:22 +0200 |
commit | cf88d1477ab74555131a3b78bc3d4cb4ec8f5727 (patch) | |
tree | 94cafc60ad3262eaca934988f76fc34eed350e89 /target/linux/config/Config.in.ethernet | |
parent | 96357ef61227503512de7cbbbc43417abeb5f2c3 (diff) |
solidrun-clearfog: make it boot with OpenADK mini.config
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet index ec58b3069..7c3a617ed 100644 --- a/target/linux/config/Config.in.ethernet +++ b/target/linux/config/Config.in.ethernet @@ -451,6 +451,16 @@ config ADK_LINUX_KERNEL_MACB also supports the Cadence GEM (Gigabit Ethernet MAC found in some ARM SoC devices). +config ADK_LINUX_KERNEL_MVNETA + tristate "Marvell Ethernet driver for Solidrun Clearfog" + select ADK_LINUX_KERNEL_NETDEV_1000 + select ADK_LINUX_KERNEL_NET_VENDOR_MARVELL + depends on ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG + default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG + default n + help + Marvell Ethernet driver + config ADK_LINUX_KERNEL_TI_DAVINCI_MDIO tristate "BeagleBone Back Davinci" select ADK_LINUX_KERNEL_NET_VENDOR_TI |