diff options
Diffstat (limited to 'payloads/external/depthcharge/Kconfig')
-rw-r--r-- | payloads/external/depthcharge/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/depthcharge/Kconfig b/payloads/external/depthcharge/Kconfig index a913c7e1d2..9fd1268b91 100644 --- a/payloads/external/depthcharge/Kconfig +++ b/payloads/external/depthcharge/Kconfig @@ -36,7 +36,7 @@ config PAYLOAD_FILE default "payloads/external/depthcharge/depthcharge/build/depthcharge.elf" config LP_DEFCONFIG_OVERRIDE - def_bool n + bool "Use default libpayload config" help The Depthcharge makefile looks for a file config.<boardname> in the libpayload/configs directory. Say Y here to use the file defconfig |