From: Junghoon Kim Date: Thu, 2 Apr 2020 04:56:26 +0000 (+0900) Subject: configs: tizen_bcm2711_defconfig: Enable REGULATOR_FIXED_VOLTAGE option X-Git-Tag: accepted/tizen/unified/20210330.111217~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6b13e44f78d718efb8fd731ebdf04b5ed189fbd;p=platform%2Fkernel%2Flinux-rpi.git configs: tizen_bcm2711_defconfig: Enable REGULATOR_FIXED_VOLTAGE option Later revisions of the Raspberry Pi 4B have a separate control over the SD card power and the related dts file declares it. To support this in Tizen, enable a fixed voltage regulator option. Change-Id: I446c0494b761b9ca70535b5713f4f4b431719cb1 Signed-off-by: Junghoon Kim --- diff --git a/arch/arm/configs/tizen_bcm2711_defconfig b/arch/arm/configs/tizen_bcm2711_defconfig index 26151c8..618ae3a 100644 --- a/arch/arm/configs/tizen_bcm2711_defconfig +++ b/arch/arm/configs/tizen_bcm2711_defconfig @@ -313,7 +313,7 @@ CONFIG_MFD_STMPE=y CONFIG_STMPE_SPI=y CONFIG_MFD_WL1273_CORE=m CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=m +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_RC_CORE=y CONFIG_RC_DECODERS=y