summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-11-06 08:11:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-06 11:23:32 +0100
commitcfb5d8dfe76357a4a03c2926a84f3ae5480f6a42 (patch)
tree57e89b759aaa04744d774bba9827a5aae83b02c9
parente71a1a2899a2001ccf93632557af5c5793907ab9 (diff)
downloadbarebox-cfb5d8dfe76357a4a03c2926a84f3ae5480f6a42.tar.gz
barebox-cfb5d8dfe76357a4a03c2926a84f3ae5480f6a42.tar.xz
ARM: stm32mp: enable STPMIC1 MFD and cell drivers
The STPMIC1 is the ST Microelectronics PMIC designed for use with STM32MP. Enable it and its cell drivers by default in the defconfig. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/configs/stm32mp_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/stm32mp_defconfig b/arch/arm/configs/stm32mp_defconfig
index 292d7751e1..f69f9f966a 100644
--- a/arch/arm/configs/stm32mp_defconfig
+++ b/arch/arm/configs/stm32mp_defconfig
@@ -97,16 +97,19 @@ CONFIG_I2C_STM32=y
CONFIG_MCI=y
CONFIG_MCI_STARTUP=y
CONFIG_MCI_STM32_SDMMC2=y
+CONFIG_MFD_STPMIC1=y
CONFIG_LED=y
CONFIG_LED_GPIO=y
CONFIG_LED_GPIO_OF=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_POLLER=y
CONFIG_STM32_IWDG_WATCHDOG=y
+CONFIG_STPMIC1_WATCHDOG=y
CONFIG_NVMEM=y
CONFIG_STM32_BSEC=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED=y
+CONFIG_REGULATOR_STPMIC1=y
CONFIG_RESET_STM32=y
CONFIG_FS_EXT4=y
CONFIG_FS_TFTP=y