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@xxxxxxxxxxxxxx> --- arch/arm/configs/rockchip_v8_defconfig | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2