build: Enable elanspi in big endian archs

It works fine so no need to do anything there
This commit is contained in:
Marco Trevisan (Treviño)
2026-07-01 17:49:34 +02:00
parent 2ff99be5db
commit e821d0f83f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ drivers_info = {
'secugen': {},
# SPI driver (non-optional if SPI is available)
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi, 'endian_dependent': true },
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi },
# Virtual drivers (test-only, optional)
'virtual_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true },
+1 -1
View File
@@ -39,7 +39,7 @@ drivers_tests = {
'elan': {},
'elan-cobo': {},
'elanmoc': {},
'elanspi': {},
'elanspi': { 'timeout': 30 },
'synaptics': {},
'upektc_img': {},
'upektc_img-tcs1s': {},