diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-06-07 20:15:54 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-06-07 20:15:54 +0000 |
commit | 356f848407c10106c1d02d754ff54cdaffa1d309 (patch) | |
tree | 19c40fd9292bc9cb7402b9a68b0ea111c3406271 /src/drivers/Kconfig | |
parent | 84e8e453c820aee0964a8825e08632fcbbae31a4 (diff) | |
download | coreboot-356f848407c10106c1d02d754ff54cdaffa1d309.tar.xz |
Fix some of Peter's suggestions for the Nokia IP530.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5621 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index 41899ccce1..d2ff5d7d9f 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -23,21 +23,3 @@ 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 |