(1)Adding "MXC_MC34708_ADC"
Open linux_top/drivers/input/touchscreen/Kconfig, and find :config TOUCHSCREEN_MXC
After "depends on " line, adding "|| MXC_MC34708_ADC"
like the following:
depends on MXC_MC13783_ADC || MXC_13892_ADC || MXC_MC34708_ADC
(2)Selecting "MXC touchscreen input driver" where is :
---Device drivers
----input device support
---touchscreens
---MXC touchscreen input driver
(3)Selecting MC34708 ADC driver
-----Device drivers
-----MXC support drivers
----MXC PMIC support
-----MC34708 ADC support
(4)Save and Exit, Recompiling linux kernel.