diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-04-13 15:17:03 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-04-17 16:38:41 +0200 |
commit | d4a53049faeaff611f1aff8fcae13c37101e048a (patch) | |
tree | 763b9d1a9d2f2180e8723baaaf410b423112aff1 /arch/arm64/configs | |
parent | arm64: defconfig: Enable TI ADC driver (diff) | |
download | linux-d4a53049faeaff611f1aff8fcae13c37101e048a.tar.xz linux-d4a53049faeaff611f1aff8fcae13c37101e048a.zip |
arm64: defconfig: enable building the nvmem-reboot-mode module
This module is used by the Qualcomm sa8775p platform for passing the
reboot reason to the bootloader. Enable building it in the arm64
defconfig as a module.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index bd80c95d9cb8..a24609e14d50 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -614,6 +614,7 @@ CONFIG_POWER_RESET_QCOM_PON=m CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y CONFIG_SYSCON_REBOOT_MODE=y +CONFIG_NVMEM_REBOOT_MODE=m CONFIG_BATTERY_SBS=m CONFIG_BATTERY_BQ27XXX=y CONFIG_BATTERY_MAX17042=m |