Merge "defconfig: enable fixed and stub regulator for sdxlemur"

This commit is contained in:
qctecmdr 2020-07-03 12:28:56 -07:00 committed by Gerrit - the friendly Code Review server
commit 7018e9ed05
2 changed files with 8 additions and 0 deletions

View File

@ -18,3 +18,7 @@ CONFIG_FAULT_INJECTION_DEBUG_FS=y
CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y
CONFIG_DEBUG_USER=y
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_PROXY_CONSUMER=y
CONFIG_REGULATOR_STUB=y
# CONFIG_REGULATOR_PROXY_CONSUMER_LEGACY is not set

View File

@ -7,3 +7,7 @@ CONFIG_SLIMBUS=y
CONFIG_IPC_LOGGING=y
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_PINCTRL_SDXLEMUR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_PROXY_CONSUMER=y
CONFIG_REGULATOR_STUB=y
# CONFIG_REGULATOR_PROXY_CONSUMER_LEGACY is not set