mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
# this file enables modules defined in Kconfig. Do not use this file for
|
|
# application configuration. This is only needed during migration.
|
|
|
|
# enable saul subsystem and the default devices on the platform
|
|
CONFIG_MODULE_SAUL=y
|
|
CONFIG_MODULE_SAUL_DEFAULT=y
|
|
|
|
CONFIG_MODULE_SHT11=y
|
|
|
|
CONFIG_MODULE_PS=y
|
|
CONFIG_MODULE_SHELL=y
|
|
CONFIG_MODULE_SHELL_COMMANDS=y
|