diff options
author | Marc Bertens <mbertens@xs4all.nl> | 2010-06-04 19:53:55 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-06-04 19:53:55 +0000 |
commit | 2ad8ab8e7b0d193e6ed8e9b2768cc3afd9ca7bc4 (patch) | |
tree | e40de7e66383e75178d38bd5e641296bdf23fe61 /src/drivers/Kconfig | |
parent | e3df121e4f471e037a95db4a9349c3101dbf9f1b (diff) |
Fixes for Nokia IP530 and associated drivers.
Signed-off-by: Marc Bertens <mbertens@xs4all.nl>
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Marc Bertens <mbertens@xs4all.nl>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5609 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |