From efc05f66ef5960c28399af61adf5bd2678deb4b7 Mon Sep 17 00:00:00 2001 From: Marcel de Vries Date: Sun, 18 Apr 2021 23:04:58 +0200 Subject: [PATCH] Add missing voltage/current regulator category in kernel config Without this category enabled, all the regulator drivers will not be compiled resulting in the mmc/sd-card driver failing to set a valid voltage. --- recipes-kernel/linux/linux-mainline/aarch64/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-mainline/aarch64/defconfig b/recipes-kernel/linux/linux-mainline/aarch64/defconfig index c0d5a2e..9de0c37 100644 --- a/recipes-kernel/linux/linux-mainline/aarch64/defconfig +++ b/recipes-kernel/linux/linux-mainline/aarch64/defconfig @@ -339,6 +339,7 @@ CONFIG_MFD_MAX77620=y CONFIG_MFD_SPMI_PMIC=y CONFIG_MFD_RK808=y CONFIG_MFD_SEC_CORE=y +CONFIG_REGULATOR=y CONFIG_REGULATOR_AXP20X=y CONFIG_REGULATOR_FAN53555=y CONFIG_REGULATOR_FIXED_VOLTAGE=y