| # |
| # Goodix touchscreen driver configuration |
| # |
| menuconfig TOUCHSCREEN_GOODIX_BRL |
| tristate "Goodix berlin touchscreen" |
| help |
| Say Y here if you have a Goodix berlin series touch controller |
| to your system. |
| |
| If build module, say M. |
| If unsure, say N. |
| |
| if TOUCHSCREEN_GOODIX_BRL |
| |
| config TOUCHSCREEN_GOODIX_BRL_SPI |
| bool "support SPI bus connection" |
| depends on SPI_MASTER |
| help |
| Say Y here if the touchscreen is connected via SPI bus. |
| |
| endif |
| |
| config TOUCHSCREEN_PM |
| bool "touch power manager" |
| help |
| Say Y here if the touchscreen is connected via SPI bus. |
| |
| config TOUCHSCREEN_MOTION_FILTER |
| bool "touch motion filter" |
| help |
| Say Y here if motion filter is enabled. |