xref: /rk3399_rockchip-uboot/drivers/video/rk_eink/Kconfig (revision d50ae2019e8c020d508dcfe7bf68a933dbd70e9e)
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_SY7636A
23        bool "SY7636A PMIC Suppot"
24        depends on ROCKCHIP_EINK
25        depends on REGULATOR_SY7636A
26        depends on SY7636A_THERMAL
27        help
28          Choose this option to enable support for SY7636A PMIC.
29