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
8
src/superio/Kconfig
Normal file
8
src/superio/Kconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
source src/superio/fintek/Kconfig
|
||||
source src/superio/intel/Kconfig
|
||||
source src/superio/ite/Kconfig
|
||||
source src/superio/nsc/Kconfig
|
||||
source src/superio/serverengines/Kconfig
|
||||
source src/superio/smsc/Kconfig
|
||||
source src/superio/via/Kconfig
|
||||
source src/superio/winbond/Kconfig
|
10
src/superio/Makefile.inc
Normal file
10
src/superio/Makefile.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
subdirs-y += fintek
|
||||
subdirs-y += intel
|
||||
subdirs-y += ite
|
||||
subdirs-y += nsc
|
||||
#subdirs-y += serverengine
|
||||
subdirs-y += smsc
|
||||
subdirs-y += via
|
||||
subdirs-y += winbond
|
||||
|
2
src/superio/fintek/Kconfig
Normal file
2
src/superio/fintek/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config SUPERIO_FINTEK_F71805F
|
||||
bool
|
1
src/superio/fintek/Makefile.inc
Normal file
1
src/superio/fintek/Makefile.inc
Normal file
@@ -0,0 +1 @@
|
||||
subdirs-y += f71805f
|
23
src/superio/fintek/f71805f/Makefile.inc
Normal file
23
src/superio/fintek/f71805f/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2008 Corey Osgood <corey.osgood@gmail.com>
|
||||
##
|
||||
## 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_FINTEK_F71805F) += superio.o
|
||||
|
2
src/superio/intel/Kconfig
Normal file
2
src/superio/intel/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config SUPERIO_FINTEK_I3100
|
||||
bool
|
1
src/superio/intel/Makefile.inc
Normal file
1
src/superio/intel/Makefile.inc
Normal file
@@ -0,0 +1 @@
|
||||
subdirs-y += i3100
|
23
src/superio/intel/i3100/Makefile.inc
Normal file
23
src/superio/intel/i3100/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2008 Arastra, Inc.
|
||||
##
|
||||
## 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_INTEL_I3100) += superio.o
|
||||
|
14
src/superio/ite/Kconfig
Normal file
14
src/superio/ite/Kconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
config SUPERIO_ITE_IT8661F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8671F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8673F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8705F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8712F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8716F
|
||||
bool
|
||||
config SUPERIO_ITE_IT8718F
|
||||
bool
|
7
src/superio/ite/Makefile.inc
Normal file
7
src/superio/ite/Makefile.inc
Normal file
@@ -0,0 +1,7 @@
|
||||
subdirs-y += it8661f
|
||||
subdirs-y += it8671f
|
||||
subdirs-y += it8673f
|
||||
subdirs-y += it8705f
|
||||
subdirs-y += it8712f
|
||||
subdirs-y += it8716f
|
||||
subdirs-y += it8718f
|
23
src/superio/ite/it8661f/Makefile.inc
Normal file
23
src/superio/ite/it8661f/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_ITE_IT8661F) += superio.o
|
||||
|
23
src/superio/ite/it8671f/Makefile.inc
Normal file
23
src/superio/ite/it8671f/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_ITE_IT8671F) += superio.o
|
||||
|
23
src/superio/ite/it8673f/Makefile.inc
Normal file
23
src/superio/ite/it8673f/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_ITE_IT8673F) += superio.o
|
||||
|
23
src/superio/ite/it8705f/Makefile.inc
Normal file
23
src/superio/ite/it8705f/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_ITE_IT8705F) += superio.o
|
||||
|
23
src/superio/ite/it8712f/Makefile.inc
Normal file
23
src/superio/ite/it8712f/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_ITE_IT8712F) += superio.o
|
||||
|
23
src/superio/ite/it8716f/Makefile.inc
Normal file
23
src/superio/ite/it8716f/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_ITE_IT8716F) += superio.o
|
||||
|
23
src/superio/ite/it8718f/Makefile.inc
Normal file
23
src/superio/ite/it8718f/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_ITE_IT8718F) += superio.o
|
||||
|
18
src/superio/nsc/Kconfig
Normal file
18
src/superio/nsc/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
config SUPERIO_NSC_PC8374
|
||||
bool
|
||||
config SUPERIO_NSC_PC87309
|
||||
bool
|
||||
config SUPERIO_NSC_PC87351
|
||||
bool
|
||||
config SUPERIO_NSC_PC87360
|
||||
bool
|
||||
config SUPERIO_NSC_PC87366
|
||||
bool
|
||||
config SUPERIO_NSC_PC87417
|
||||
bool
|
||||
config SUPERIO_NSC_PC87427
|
||||
bool
|
||||
config SUPERIO_NSC_PC97307
|
||||
bool
|
||||
config SUPERIO_NSC_PC97317
|
||||
bool
|
9
src/superio/nsc/Makefile.inc
Normal file
9
src/superio/nsc/Makefile.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
subdirs-y += pc8374
|
||||
subdirs-y += pc87309
|
||||
subdirs-y += pc87351
|
||||
subdirs-y += pc87360
|
||||
subdirs-y += pc87366
|
||||
subdirs-y += pc87417
|
||||
subdirs-y += pc87427
|
||||
subdirs-y += pc97307
|
||||
subdirs-y += pc97317
|
2
src/superio/nsc/pc8374/Makefile.inc
Normal file
2
src/superio/nsc/pc8374/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC8374) += superio.o
|
23
src/superio/nsc/pc87309/Makefile.inc
Normal file
23
src/superio/nsc/pc87309/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_NSC_PC87309) += superio.o
|
||||
|
2
src/superio/nsc/pc87351/Makefile.inc
Normal file
2
src/superio/nsc/pc87351/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC87351) += superio.o
|
2
src/superio/nsc/pc87360/Makefile.inc
Normal file
2
src/superio/nsc/pc87360/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC87360) += superio.o
|
2
src/superio/nsc/pc87366/Makefile.inc
Normal file
2
src/superio/nsc/pc87366/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC87366) += superio.o
|
2
src/superio/nsc/pc87417/Makefile.inc
Normal file
2
src/superio/nsc/pc87417/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC87417) += superio.o
|
2
src/superio/nsc/pc87427/Makefile.inc
Normal file
2
src/superio/nsc/pc87427/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC87427) += superio.o
|
2
src/superio/nsc/pc97307/Makefile.inc
Normal file
2
src/superio/nsc/pc97307/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC97307) += superio.o
|
2
src/superio/nsc/pc97317/Makefile.inc
Normal file
2
src/superio/nsc/pc97317/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_NSC_PC97317) += superio.o
|
2
src/superio/serverengines/Kconfig
Normal file
2
src/superio/serverengines/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config SERVERENGINES_ITE_PILOT
|
||||
bool
|
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
|
||||
|
2
src/superio/via/Kconfig
Normal file
2
src/superio/via/Kconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
config SUPERIO_VIA_VT1211
|
||||
bool
|
1
src/superio/via/Makefile.inc
Normal file
1
src/superio/via/Makefile.inc
Normal file
@@ -0,0 +1 @@
|
||||
subdirs-y += vt1211
|
2
src/superio/via/vt1211/Makefile.inc
Normal file
2
src/superio/via/vt1211/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_VIA_VT1211) += vt1211.o
|
18
src/superio/winbond/Kconfig
Normal file
18
src/superio/winbond/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
config SUPERIO_WINBOND_W83627DHG
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83627EHG
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83627HF
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83627THF
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83627THG
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83627UHG
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83697HF
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83977F
|
||||
boolean
|
||||
config SUPERIO_WINBOND_W83977TF
|
||||
boolean
|
9
src/superio/winbond/Makefile.inc
Normal file
9
src/superio/winbond/Makefile.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
subdirs-y += w83627dhg
|
||||
subdirs-y += w83627ehg
|
||||
subdirs-y += w83627hf
|
||||
subdirs-y += w83627thf
|
||||
subdirs-y += w83627thg
|
||||
subdirs-y += w83627uhg
|
||||
subdirs-y += w83697hf
|
||||
subdirs-y += w83977f
|
||||
subdirs-y += w83977tf
|
23
src/superio/winbond/w83627dhg/Makefile.inc
Normal file
23
src/superio/winbond/w83627dhg/Makefile.inc
Normal file
@@ -0,0 +1,23 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2008 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_WINBOND_W83627DHG) += superio.o
|
||||
|
24
src/superio/winbond/w83627ehg/Makefile.inc
Normal file
24
src/superio/winbond/w83627ehg/Makefile.inc
Normal file
@@ -0,0 +1,24 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2007 AMD
|
||||
## Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
|
||||
##
|
||||
## 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_WINBOND_W83627EHG) += superio.o
|
||||
|
2
src/superio/winbond/w83627hf/Makefile.inc
Normal file
2
src/superio/winbond/w83627hf/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_WINBOND_W83627HF) += superio.o
|
2
src/superio/winbond/w83627thf/Makefile.inc
Normal file
2
src/superio/winbond/w83627thf/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_WINBOND_W83627THF) += superio.o
|
2
src/superio/winbond/w83627thg/Makefile.inc
Normal file
2
src/superio/winbond/w83627thg/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_WINBOND_W83627THG) += superio.o
|
22
src/superio/winbond/w83627uhg/Makefile.inc
Normal file
22
src/superio/winbond/w83627uhg/Makefile.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2009 Dynon Avionics
|
||||
##
|
||||
## 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 $
|
||||
##
|
||||
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_WINBOND_W83627UHG) += superio.o
|
22
src/superio/winbond/w83697hf/Makefile.inc
Normal file
22
src/superio/winbond/w83697hf/Makefile.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2008 Sean Nelson <snelson@nmt.edu>
|
||||
##
|
||||
## 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_WINBOND_W83697HF) += superio.o
|
22
src/superio/winbond/w83977f/Makefile.inc
Normal file
22
src/superio/winbond/w83977f/Makefile.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2007 Nikolay Petukhov <nikolay.petukhov@gmail.com>
|
||||
##
|
||||
## 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_WINBOND_W83977F) += superio.o
|
2
src/superio/winbond/w83977tf/Makefile.inc
Normal file
2
src/superio/winbond/w83977tf/Makefile.inc
Normal file
@@ -0,0 +1,2 @@
|
||||
#config chip.h
|
||||
obj-$(CONFIG_SUPERIO_WINBOND_W83977TF) += superio.o
|
Reference in New Issue
Block a user