fdu2000: Remove driver as it has been defunct for long

The driver was never ported to the new asynchronous model, meaning it
has been defunct since some time in 2008. Remove the driver, as
seemingly no one has complained about this and we have no proper way to
even verify a port is correct.
This commit is contained in:
Benjamin Berg
2019-06-18 16:42:58 +02:00
committed by Benjamin Berg
parent 16875d7776
commit 3b32baccf6
3 changed files with 1 additions and 322 deletions

View File

@@ -97,9 +97,6 @@ foreach driver: drivers
aeslib = true
aes3k = true
endif
if driver == 'fdu2000'
drivers_sources += [ 'drivers/fdu2000.c' ]
endif
if driver == 'vcom5s'
drivers_sources += [ 'drivers/vcom5s.c' ]
endif