summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Riesch <michael.riesch@wolfvision.net>2022-09-19 13:39:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-09-22 09:20:50 +0200
commit23bbcfa707ed76b69890526a18cb069b04268b67 (patch)
tree820c021beae47abc79d027c7e4e85537b9f572b1
parent8bd585783bf8b22f96a6f9ce985d6f894cab7e26 (diff)
downloadbarebox-23bbcfa707ed76b69890526a18cb069b04268b67.tar.gz
barebox-23bbcfa707ed76b69890526a18cb069b04268b67.tar.xz
arm: rockchip_v8_defconfig: enable io domain driver
The IO domain driver is required on RK356x boards to configure the IO domains correctly. Enable this driver in the defconfig. Since the corresponding voltages are usually supplied by the RK80x companion PMIC, enable the RK808 driver as well. Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net> Link: https://lore.barebox.org/20220919113948.991245-3-michael.riesch@wolfvision.net Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/configs/rockchip_v8_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig
index 7fba31ddc3..d673f7f788 100644
--- a/arch/arm/configs/rockchip_v8_defconfig
+++ b/arch/arm/configs/rockchip_v8_defconfig
@@ -139,3 +139,7 @@ CONFIG_FS_FAT_LFN=y
CONFIG_FS_BPKFS=y
CONFIG_FS_UIMAGEFS=y
CONFIG_LZO_DECOMPRESS=y
+CONFIG_I2C_RK3X=y
+CONFIG_MFD_RK808=y
+CONFIG_REGULATOR_RK808=y
+CONFIG_ROCKCHIP_IODOMAIN=y