diff options
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index d2ff5d7d9f..41899ccce1 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -23,3 +23,21 @@ config DRIVERS_SIL help It sets PCI class to IDE compatible native mode, allowing SeaBIOS, FILO etc... to boot from it. + +config DRIVERS_TI + bool + +config DRIVERS_TI_PCI1225 + select DRIVERS_TI + bool + +config DRIVERS_TI_PCI1420 + select DRIVERS_TI + bool + +config DRIVERS_TI_PCI1520 + select DRIVERS_TI + bool + +config DRIVERS_DEC_21143PD + bool |