aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/Kconfig')
-rw-r--r--src/soc/rockchip/rk3288/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig
index 95113f38cb..48ea7fc5d5 100644
--- a/src/soc/rockchip/rk3288/Kconfig
+++ b/src/soc/rockchip/rk3288/Kconfig
@@ -37,4 +37,8 @@ config BOOTBLOCK_CPU_INIT
string
default "soc/rockchip/rk3288/bootblock.c"
+config PMIC_BUS
+ int
+ default -1
+
endif