build: Do not mark secugen endian-dependent

The driver works fine in big endian machine
This commit is contained in:
Marco Trevisan (Treviño)
2026-07-01 17:49:34 +02:00
parent 050476e1ba
commit 47583db988
+1 -1
View File
@@ -142,7 +142,7 @@ drivers_info = {
'realtek': {},
'focaltech_moc': {},
'mafpmoc': { 'endian_dependent': true },
'secugen': { 'endian_dependent': true },
'secugen': {},
# SPI driver (non-optional if SPI is available)
'elanspi': { 'spi': true, 'helper': ['udev'], 'optional': not have_spi, 'endian_dependent': true },