Kconfig!
Works on Kontron, qemu, and serengeti. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> tested on abuild only. Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Ronald G. Minnich
parent
38cd29ebd7
commit
0588d19abe
12
src/superio/smsc/Kconfig
Normal file
12
src/superio/smsc/Kconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
config SUPERIO_SMCSC_FDC37M60X
|
||||
bool
|
||||
config SUPERIO_SMCSC_LPC47B272
|
||||
bool
|
||||
config SUPERIO_SMCSC_LPC47B397
|
||||
bool
|
||||
config SUPERIO_SMCSC_LPC47M10X
|
||||
bool
|
||||
config SUPERIO_SMCSC_LPC47N217
|
||||
bool
|
||||
config SUPERIO_SMCSC_SMSCSUPERIO
|
||||
bool
|
6
src/superio/smsc/Makefile.inc
Normal file
6
src/superio/smsc/Makefile.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
subdirs-y += fdc37m60x
|
||||
subdirs-y += lpc47b272
|
||||
subdirs-y += lpc47b397
|
||||
subdirs-y += lpc47m10x
|
||||
subdirs-y += lpc47n217
|
||||
subdirs-y += smscsuperio
|
23
src/superio/smsc/fdc37m60x/Makefile.inc
Normal file
23
src/superio/smsc/fdc37m60x/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2006 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
## 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; either version 2 of the License, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
## 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
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_FDC37M60X) += superio.o
|
||||
|
23
src/superio/smsc/lpc47b272/Makefile.inc
Normal file
23
src/superio/smsc/lpc47b272/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2005 Digital Design Corporation
|
||||
##
|
||||
## 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; either version 2 of the License, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
## 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
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_DEVICE) += superio.o
|
||||
|
2
src/superio/smsc/lpc47b397/Makefile.inc
Normal file
2
src/superio/smsc/lpc47b397/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_LPC47B397) += superio.o
|
2
src/superio/smsc/lpc47m10x/Makefile.inc
Normal file
2
src/superio/smsc/lpc47m10x/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_LPC47M10X) += superio.o
|
22
src/superio/smsc/lpc47n217/Makefile.inc
Normal file
22
src/superio/smsc/lpc47n217/Makefile.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2005 Digital Design Corporation
|
||||
##
|
||||
## 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; either version 2 of the License, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
## 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
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_LPC47N217) += superio.o
|
23
src/superio/smsc/smscsuperio/Makefile.inc
Normal file
23
src/superio/smsc/smscsuperio/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
## 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; either version 2 of the License, or
|
||||
## (at your option) any later version.
|
||||
##
|
||||
## 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
|
||||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_SMSC_SMSCSUPERIO) += superio.o
|
||||
|
Reference in New Issue
Block a user