2010-05-16 17:31:53 +02:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
## Copyright (C) 2010 Rudolf Marek <r.marek@assembler.cz>
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or modify
|
|
|
|
## it under the terms of the GNU General Public License as published by
|
|
|
|
## the Free Software Foundation; version 2 of the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License
|
|
|
|
## along with this program; if not, write to the Free Software
|
2013-02-23 18:37:27 +01:00
|
|
|
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
2010-05-16 17:31:53 +02:00
|
|
|
##
|
|
|
|
|
2011-04-15 05:30:03 +02:00
|
|
|
source src/drivers/ati/Kconfig
|
2010-08-17 11:52:01 +02:00
|
|
|
source src/drivers/dec/Kconfig
|
2012-11-14 00:04:12 +01:00
|
|
|
source src/drivers/elog/Kconfig
|
2011-04-15 05:30:03 +02:00
|
|
|
source src/drivers/emulation/Kconfig
|
|
|
|
source src/drivers/generic/Kconfig
|
|
|
|
source src/drivers/i2c/Kconfig
|
2012-11-14 00:04:12 +01:00
|
|
|
source src/drivers/ics/Kconfig
|
2013-06-27 19:42:59 +02:00
|
|
|
source src/drivers/intel/Kconfig
|
2012-11-14 00:04:12 +01:00
|
|
|
source src/drivers/ipmi/Kconfig
|
2012-12-11 20:20:35 +01:00
|
|
|
source src/drivers/maxim/Kconfig
|
2011-04-27 01:47:04 +02:00
|
|
|
source src/drivers/oxford/Kconfig
|
2013-06-30 14:56:26 +02:00
|
|
|
source src/drivers/parade/Kconfig
|
2012-11-30 21:02:32 +01:00
|
|
|
if PC80_SYSTEM
|
2012-11-14 00:04:12 +01:00
|
|
|
source src/drivers/pc80/Kconfig
|
2012-11-30 21:02:32 +01:00
|
|
|
endif
|
2012-07-26 11:34:57 +02:00
|
|
|
source src/drivers/realtek/Kconfig
|
2011-04-15 05:30:03 +02:00
|
|
|
source src/drivers/sil/Kconfig
|
2012-05-10 20:27:32 +02:00
|
|
|
source src/drivers/spi/Kconfig
|
2013-04-10 01:58:02 +02:00
|
|
|
source src/drivers/ti/Kconfig
|
2012-11-14 00:04:12 +01:00
|
|
|
source src/drivers/trident/Kconfig
|
2014-02-15 12:58:01 +01:00
|
|
|
source src/drivers/uart/Kconfig
|
2013-12-30 07:21:55 +01:00
|
|
|
source src/drivers/xpowers/Kconfig
|