diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-08-17 09:52:01 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-08-17 09:52:01 +0000 |
commit | 835674b9298b19315ae1ed70c2fc9d82a7f3535b (patch) | |
tree | 6ba24a376f3810987583a18bb5a856c89035ea3a /src/drivers/Kconfig | |
parent | f366ce05ef3eb95c6c9d84a97cde1a4026f22787 (diff) | |
download | coreboot-835674b9298b19315ae1ed70c2fc9d82a7f3535b.tar.xz |
Whatever happened here,... The DEC Tulip is a network card, no bridge of any
kind. Move it to drivers and make the necessary adaptions. Also drop empty
drivers/generic/generic and start cleaning up Makefiles in drivers/
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5710 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r-- | src/drivers/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig index d2ff5d7d9f..da5c7ed154 100644 --- a/src/drivers/Kconfig +++ b/src/drivers/Kconfig @@ -17,9 +17,13 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -config DRIVERS_SIL +config DRIVERS_SIL_3114 bool "Silicon Image SIL3114" default n help It sets PCI class to IDE compatible native mode, allowing SeaBIOS, FILO etc... to boot from it. + + +source src/drivers/dec/Kconfig + |