kconfig-generic: add graphics and input categories
Initial options include drivers required for Exynos 7870 devices. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7886>
This commit is contained in:
parent
4a4130e7a4
commit
0520b76b54
1 changed files with 20 additions and 0 deletions
|
|
@ -10,6 +10,26 @@
|
|||
# Aelin <aelin@postmarketos.org>
|
||||
# Achill Gilgenast <achill@achill.org>
|
||||
|
||||
# display controllers, bridges, panels, etc.
|
||||
["category:graphics".">=6.19_rc1"."aarch64 armv7"]
|
||||
DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01 = "m"
|
||||
DRM_PANEL_SYNAPTICS_TDDI = "m"
|
||||
["category:graphics".">=0.0.0"."aarch64 armv7"]
|
||||
EXYNOS_IOMMU = "y"
|
||||
|
||||
# input devices
|
||||
["category:input".">=0.0.0"."all"]
|
||||
REGULATOR = "y"
|
||||
INPUT_REGULATOR_HAPTIC = "m"
|
||||
INPUT_TOUCHSCREEN = "y"
|
||||
TOUCHSCREEN_ZINITIX = "m"
|
||||
RMI4_CORE = "m"
|
||||
RMI4_I2C = "m"
|
||||
IIO_ST_ACCEL_3AXIS = "m"
|
||||
IIO_ST_ACCEL_I2C_3AXIS = "m"
|
||||
IIO_ST_ACCEL_SPI_3AXIS = "m"
|
||||
STK3310 = "m"
|
||||
|
||||
# localversion
|
||||
["category:localversion".">=0.0.0"."all"]
|
||||
LOCALVERSION_AUTO = "n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue