elanspi: Add driver supporting various ELAN SPI sensors

Closes: #339
This commit is contained in:
Matthew Mirvish
2021-03-29 21:11:54 -04:00
committed by Benjamin Berg
parent f6e80456d9
commit 019a294ec4
4 changed files with 2052 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ virtual_drivers = [
]
udev_drivers = [
'elanspi'
]
default_drivers = [
@@ -174,7 +175,7 @@ foreach driver: drivers
error('NSS is required for the URU4000/URU4500 driver')
endif
endif
if driver == 'aes3500' or driver == 'aes4000'
if driver == 'aes3500' or driver == 'aes4000' or driver == 'elanspi'
imaging_dep = dependency('pixman-1', required: false)
if not imaging_dep.found()
error('pixman is required for imaging support')