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

drivers/Kconfig: Add missing kconfig drivers

This commit is contained in:
MrKevinWeiss 2022-03-02 14:07:48 +01:00
parent dc564b4d03
commit ed026622d3
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -14,6 +14,7 @@ rsource "saul/Kconfig"
menu "Actuator Device Drivers"
rsource "aip31068/Kconfig"
rsource "apa102/Kconfig"
rsource "dac_dds/Kconfig"
rsource "dfplayer/Kconfig"
rsource "dynamixel/Kconfig"
rsource "feetech/Kconfig"
@ -38,6 +39,7 @@ menu "Miscellaneous Device Drivers"
rsource "at/Kconfig"
rsource "at24mac/Kconfig"
rsource "bq2429x/Kconfig"
rsource "cst816s/Kconfig"
rsource "ds1307/Kconfig"
rsource "ds3231/Kconfig"
rsource "ds3234/Kconfig"