diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2016-09-15 19:57:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-15 22:54:16 +0200 |
commit | f4d008510ac78a971ef50acc3011946eab29f936 (patch) | |
tree | d8b96e24cf179ca46bff80c44ba8805c34a5298d /target | |
parent | f4e1a3403dad3f661867ec15158c630ed4e3db7f (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')
-rw-r--r-- | target/linux/config/Config.in.ethernet | 9 |
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" |