summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.ethernet
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2016-09-15 19:57:41 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-15 22:54:16 +0200
commitf4d008510ac78a971ef50acc3011946eab29f936 (patch)
treed8b96e24cf179ca46bff80c44ba8805c34a5298d /target/linux/config/Config.in.ethernet
parentf4e1a3403dad3f661867ec15158c630ed4e3db7f (diff)
make AVR32 ethernet controller available to the whole architecture
The MACB ethernet controller is an AVR32 architecture feature. Therefore it should be available to all boards of this architecture instead of the NGW1000 board only. Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Diffstat (limited to 'target/linux/config/Config.in.ethernet')
-rw-r--r--target/linux/config/Config.in.ethernet9
1 files changed, 6 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index 7e88cc6a2..e06594932 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -357,15 +357,18 @@ config ADK_KERNEL_IBMVETH
IBM ethernet driver
config ADK_KERNEL_MACB
- tristate "Atmel NGW100 network driver"
+ tristate "Atmel AT32/AT91 network driver"
select ADK_KERNEL_NET_CADENCE
- depends on ADK_TARGET_SYSTEM_ATMEL_NGW100 \
+ depends on ADK_TARGET_CPU_AVR32 \
|| ADK_TARGET_SYSTEM_QEMU_ARM_XILINX_ZYNQ
default y if ADK_TARGET_SYSTEM_ATMEL_NGW100
+ default y if ADK_TARGET_SYSTEM_ATMEL_GRASSHOPPER
default y if ADK_TARGET_SYSTEM_QEMU_ARM_XILINX_ZYNQ
default n
help
- Atmel NGW100 network driver
+ Ethernet Driver for Atmel AT32 and AT91 parts. This driver
+ also supports the Cadence GEM (Gigabit Ethernet MAC found
+ in some ARM SoC devices).
config ADK_KERNEL_TI_DAVINCI_MDIO
tristate "BeagleBone Back Davinci"