zephyr/tests/drivers/regulator/fixed/prj.conf
Johann Fischer 44c3053c4b drivers: regulator: do not explicitly enable fixed regulator driver
Do not explicitly enable fixed regulator driver for boards and tests
because it is automatically selected when corresponding node
is defined.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-04-16 09:45:35 +02:00

6 lines
94 B
Plaintext

CONFIG_GPIO=y
CONFIG_REGULATOR=y
CONFIG_LOG=y
CONFIG_REGULATOR_LOG_LEVEL_DBG=y
CONFIG_ZTEST=y