2022-03-02 14:42:34 +01:00
|
|
|
# Copyright (c) 2022 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
|
|
|
|
config MODULE_SAM0_ETH
|
|
|
|
bool "SAM0 Ethernet GMAC peripheral"
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
depends on CPU_COMMON_SAM0
|
|
|
|
depends on HAS_PERIPH_ETH
|
2023-06-02 16:57:33 +02:00
|
|
|
select MODULE_PERIPH_GPIO_IRQ
|
2022-03-02 14:42:34 +01:00
|
|
|
select MODULE_NETDEV_ETH
|
2022-08-17 23:37:05 +02:00
|
|
|
select MODULE_NETDEV_LEGACY_API
|
2022-03-02 14:42:34 +01:00
|
|
|
select MODULE_NETOPT
|
|
|
|
select MODULE_IOLIST
|
|
|
|
select MODULE_PERIPH_ETH
|
|
|
|
|
|
|
|
config HAVE_SAM0_ETH
|
|
|
|
bool
|
|
|
|
select MODULE_SAM0_ETH if MODULE_NETDEV_DEFAULT
|
|
|
|
help
|
|
|
|
Indicates that a SAM0 ethernet peripheral is present.
|