zephyr/tests/drivers/regulator/fixed/prj.conf
Peter A. Bigot 977ec16451 tests: drivers: regulator: add test for fixed regulator
Basic checks on core regulator functions.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-10-28 15:22:53 +01:00

7 lines
119 B
Plaintext

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