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:
parent
483bca453e
commit
50b0e36ee9
15
tests/ieee802154_hal/app.config.test
Normal file
15
tests/ieee802154_hal/app.config.test
Normal 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
|
Loading…
Reference in New Issue
Block a user