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>
This commit is contained in:
Johann Fischer 2021-04-13 00:49:24 +02:00 committed by Ioannis Glaropoulos
commit 44c3053c4b
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@ CONFIG_BOARD_THINGY52_NRF52832=y
# Enable regulators
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED=y
# Enable MPU
CONFIG_ARM_MPU=y

View file

@ -1,6 +1,5 @@
CONFIG_GPIO=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED=y
CONFIG_LOG=y
CONFIG_REGULATOR_LOG_LEVEL_DBG=y
CONFIG_ZTEST=y