1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/iee802154_*: Add app.config.test

This commit is contained in:
MrKevinWeiss 2021-08-10 11:45:48 +02:00
parent 483bca453e
commit 50b0e36ee9
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -0,0 +1,15 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_OD=y
CONFIG_MODULE_LUID=y
CONFIG_MODULE_IEEE802154=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_PS=y
CONFIG_MODULE_EVENT=y
CONFIG_MODULE_EVENT_THREAD=y
CONFIG_MODULE_EVENT_THREAD_HIGHEST=y
CONFIG_MODULE_EVENT_CALLBACK=y
CONFIG_MODULE_XTIMER=y
CONFIG_MODULE_NETDEV_DEFAULT=y