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

27 lines
794 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"
rsource "$(RIOTCPU)/cc2538/radio/Kconfig"
rsource "$(RIOTCPU)/nrf5x_common/radio/Kconfig.nrf5x"
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"
2021-10-08 12:00:45 +02:00
rsource "$(RIOTCPU)/native/socket_zep/Kconfig"
rsource "sx126x/Kconfig"
2021-01-07 13:54:47 +01:00
rsource "sx127x/Kconfig"
2022-05-17 15:46:24 +02:00
rsource "sx1280/Kconfig"
2021-01-07 14:22:29 +01:00
rsource "tja1042/Kconfig"
endmenu # Network Device Drivers