Android kernel with eGTouch support

Dose anyone try to compile android kernel for BPI-M64 to work with eGTouch screen?

As it is described in documentation there is a need to include support for following modules in kernel:

  1. CONFIG_INPUT_EVDEV
  2. CONFIG_INPUT_UINPUT
  3. CONFIG_HIDRAW ( for USB Interface )
  4. HID_MULTITOUCH ( USB Interface & Kernel 3.0 upwards )

Dose anyone try to add kernel support for such modules?