summaryrefslogtreecommitdiff
path: root/src/drivers/Kconfig
diff options
context:
space:
mode:
authorMarc Bertens <mbertens@xs4all.nl>2010-06-04 19:53:55 +0000
committerMyles Watson <mylesgw@gmail.com>2010-06-04 19:53:55 +0000
commit2ad8ab8e7b0d193e6ed8e9b2768cc3afd9ca7bc4 (patch)
treee40de7e66383e75178d38bd5e641296bdf23fe61 /src/drivers/Kconfig
parente3df121e4f471e037a95db4a9349c3101dbf9f1b (diff)
downloadcoreboot-2ad8ab8e7b0d193e6ed8e9b2768cc3afd9ca7bc4.tar.xz
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/Kconfig18
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