kernel/drivers/gpu/drm/rockchip/ebc-dev/Kconfig
.. .. @@ -5,7 +5,10 @@ 5 5 help 6 6 Rockchip eBook Device Dirver could help to driver the electronic ink screen. 7 7 8 +choice9 + prompt "eink pmic sensor"10 + depends on ROCKCHIP_EBC_DEV11 + default EPD_TPS65185_SENSOR8 12 config EPD_TPS65185_SENSOR 9 - bool "eink pmic Tps65185"10 - depends on ROCKCHIP_EBC_DEV11 - default y13 + bool "Tps65185"14 +endchoice