2020-01-16 16:36:31 +01:00
|
|
|
# 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"
|
2020-02-07 09:49:50 +01:00
|
|
|
rsource "mrf24j40/Kconfig"
|
2020-01-16 16:36:31 +01:00
|
|
|
source "$(RIOTCPU)/nrf52/radio/nrf802154/Kconfig"
|
|
|
|
endmenu # Network Device Drivers
|
2020-04-14 18:56:05 +02:00
|
|
|
|
|
|
|
menu "Sensor Device Drivers"
|
2020-04-16 12:29:33 +02:00
|
|
|
rsource "ads101x/Kconfig"
|
2020-04-14 18:56:05 +02:00
|
|
|
rsource "hdc1000/Kconfig"
|
|
|
|
endmenu # Sensor Device Drivers
|