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:
parent
b142a47f73
commit
44c3053c4b
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ CONFIG_BOARD_THINGY52_NRF52832=y
|
|||
|
||||
# Enable regulators
|
||||
CONFIG_REGULATOR=y
|
||||
CONFIG_REGULATOR_FIXED=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue