Multiple touch screens on BeagleBone Black

Hi.
I am about to start an embedded research and development project where we will need a bit more processing power and the use of multiple touch screens connected to the same device.
Therefor I would like to know if it is possible somehow to connect multiple touch screens, fx the LCD Capes, to the BeagleBone Black.

This might not be supported/enabled in the Kernel right now, but I am curious if it is possible to enable the support at all?

Best regards
Thomas Jespersen

I have done Multi touch (5 points) captive touch screen last year, working smoothly, it’s based on a GPIO interrupt + I2C.

need to import/ write your own driver. There are many different chip providers too.