1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/Kconfig.net

25 lines
717 B
Plaintext
Raw Normal View History

# Copyright (c) 2020 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.
menu "Network Device Drivers"
rsource "at86rf215/Kconfig"
rsource "ata8520e/Kconfig"
2020-11-17 16:14:23 +01:00
rsource "can_trx/Kconfig"
rsource "cc110x/Kconfig"
2021-08-10 11:44:19 +02:00
source "$(RIOTCPU)/cc2538/radio/Kconfig"
rsource "dose/Kconfig"
2020-12-08 15:40:59 +01:00
rsource "mcp2515/Kconfig"
rsource "mrf24j40/Kconfig"
2020-12-10 10:29:32 +01:00
rsource "ncv7356/Kconfig"
rsource "pn532/Kconfig"
rsource "rn2xx3/Kconfig"
rsource "slipdev/Kconfig"
rsource "sx126x/Kconfig"
2021-01-07 13:54:47 +01:00
rsource "sx127x/Kconfig"
2021-01-07 14:22:29 +01:00
rsource "tja1042/Kconfig"
source "$(RIOTCPU)/nrf52/radio/nrf802154/Kconfig"
endmenu # Network Device Drivers