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

drivers/Kconfig: Move Actuator and Sensor menus to root file

This commit is contained in:
Leandro Lanzieri 2020-04-29 17:15:47 +02:00
parent 80b300289d
commit 34120c1a23
No known key found for this signature in database
GPG Key ID: 39607DE6080007A3
2 changed files with 17 additions and 14 deletions

View File

@ -5,6 +5,23 @@
# directory for more details.
menu "Drivers"
menu "Actuator Device Drivers"
rsource "motor_driver/Kconfig"
endmenu # Actuator Device Drivers
rsource "Kconfig.net"
menu "Sensor Device Drivers"
rsource "ads101x/Kconfig"
rsource "fxos8700/Kconfig"
rsource "hdc1000/Kconfig"
rsource "mag3110/Kconfig"
rsource "mma8x5x/Kconfig"
rsource "opt3001/Kconfig"
rsource "sps30/Kconfig"
endmenu # Sensor Device Drivers
rsource "periph_common/Kconfig"
endmenu # Drivers

View File

@ -4,10 +4,6 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
menu "Actuator Device Drivers"
rsource "motor_driver/Kconfig"
endmenu # Actuator Device Drivers
menu "Network Device Drivers"
rsource "at86rf215/Kconfig"
rsource "cc110x/Kconfig"
@ -17,13 +13,3 @@ rsource "pn532/Kconfig"
rsource "slipdev/Kconfig"
source "$(RIOTCPU)/nrf52/radio/nrf802154/Kconfig"
endmenu # Network Device Drivers
menu "Sensor Device Drivers"
rsource "ads101x/Kconfig"
rsource "fxos8700/Kconfig"
rsource "hdc1000/Kconfig"
rsource "mag3110/Kconfig"
rsource "mma8x5x/Kconfig"
rsource "opt3001/Kconfig"
rsource "sps30/Kconfig"
endmenu # Sensor Device Drivers