diff options
author | Nicolas Ferre <[email protected]> | 2021-03-26 16:39:29 +0100 |
---|---|---|
committer | Nicolas Ferre <[email protected]> | 2021-03-29 11:27:13 +0200 |
commit | 759835d5aa1e9d839a2ab657528c33b44820eabd (patch) | |
tree | 2b4ec20392a3feeb82051295d9f7dba7785c05e4 | |
parent | a0e6830c95b79c865b4195e4f0a14672c6023ce5 (diff) |
ARM: configs: at91: sama5: MCP16502 regulator as built-in
This regulator is needed by several SoC or external peripherals on
different boards, providing required power rails. Make it built-in
to match usual use-cases.
Signed-off-by: Nicolas Ferre <[email protected]>
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 5bcf16aecf2f..72e58a835c37 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -138,7 +138,7 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_ACT8865=y CONFIG_REGULATOR_ACT8945A=y -CONFIG_REGULATOR_MCP16502=m +CONFIG_REGULATOR_MCP16502=y CONFIG_REGULATOR_PWM=m CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_SUPPORT_FILTER=y |