aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-15 03:30:03 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-15 03:30:03 +0000
commitd85400d80548d8db8dd604d959fe858d33ca39be (patch)
treef744290d31031964749ae26a2968136f5dfc72f6 /src/drivers/Kconfig
parent8345a194ba30051d640c6d0340379b15696ea1a0 (diff)
Handle drivers/ equally to any other sub directory.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6503 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/drivers/Kconfig')
-rw-r--r--src/drivers/Kconfig14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig
index da5c7ed154..f0bb966cf7 100644
--- a/src/drivers/Kconfig
+++ b/src/drivers/Kconfig
@@ -17,13 +17,11 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
-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/ati/Kconfig
source src/drivers/dec/Kconfig
+source src/drivers/emulation/Kconfig
+source src/drivers/generic/Kconfig
+source src/drivers/i2c/Kconfig
+source src/drivers/sil/Kconfig
+source src/drivers/trident/Kconfig