Skip to content

Commit

Permalink
tests/iee802154_*: Add app.config.test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevinWeiss committed Sep 8, 2021
1 parent 483bca4 commit 50b0e36
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/ieee802154_hal/app.config.test
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 50b0e36

Please sign in to comment.