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': {}, 'secugen': {},
# SPI driver (non-optional if SPI is available) # 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 drivers (test-only, optional)
'virtual_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true }, 'virtual_image': { 'virtual': true, 'helper': ['virtual'], 'optional': true },
+1 -1
View File
@@ -39,7 +39,7 @@ drivers_tests = {
'elan': {}, 'elan': {},
'elan-cobo': {}, 'elan-cobo': {},
'elanmoc': {}, 'elanmoc': {},
'elanspi': {}, 'elanspi': { 'timeout': 30 },
'synaptics': {}, 'synaptics': {},
'upektc_img': {}, 'upektc_img': {},
'upektc_img-tcs1s': {}, 'upektc_img-tcs1s': {},