1config ROCKCHIP_EBC_TCON 2 bool "Rockchip ebc tcon Support" 3 depends on ROCKCHIP_EINK 4 help 5 Choose this option to enable support for EBC TCON controller 6 7config ROCKCHIP_TPS65185 8 bool "TPS65185 Support" 9 depends on ROCKCHIP_EINK 10 help 11 Choose this option to enable support for TPS65185, which is 12 used to supply power for eink panel. 13 14config ROCKCHIP_EINK_DISPLAY 15 bool "Rockchip EINK DISPLAY Support" 16 depends on ROCKCHIP_EINK 17 help 18 Choose this option to enable support for eink display, which is 19 used to display uboot/charging/lowerpower logo, and also used to 20 load kernel logo to ram, which can pass to kernel to display. 21 22config ROCKCHIP_EBC_PMIC_FP9931 23 bool "FP9931 PMIC Suppot" 24 depends on ROCKCHIP_EINK 25 depends on REGULATOR_FP9931 26 depends on FP9931_THERMAL 27 help 28 Choose this option to enable support for FP9931 PMIC. 29 30config ROCKCHIP_EBC_PMIC_SY7636A 31 bool "SY7636A PMIC Suppot" 32 depends on ROCKCHIP_EINK 33 depends on REGULATOR_SY7636A 34 depends on SY7636A_THERMAL 35 help 36 Choose this option to enable support for SY7636A PMIC. 37