From 57603e2b8475b9f42466ec7dec8c0567ae6dae52 Mon Sep 17 00:00:00 2001 From: Omar Pakker Date: Fri, 29 Jul 2016 23:31:45 +0200 Subject: superio/*: Relocate Kconfig to chip folder. This moves the Kconfig from the Super I/O manufacturer folder to the chip folder instead. This makes new chip commits self-contained unit as edits to the central Kconfig file are no longer required. Change-Id: I7aee07919f2ae9204850c669e0ed3cb17d4de8cd Signed-off-by: Omar Pakker Reviewed-on: https://review.coreboot.org/15973 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering --- src/superio/intel/Kconfig | 20 -------------------- src/superio/intel/i3100/Kconfig | 17 +++++++++++++++++ src/superio/intel/i8900/Kconfig | 17 +++++++++++++++++ 3 files changed, 34 insertions(+), 20 deletions(-) delete mode 100644 src/superio/intel/Kconfig create mode 100644 src/superio/intel/i3100/Kconfig create mode 100644 src/superio/intel/i8900/Kconfig (limited to 'src/superio/intel') diff --git a/src/superio/intel/Kconfig b/src/superio/intel/Kconfig deleted file mode 100644 index b41d24e712..0000000000 --- a/src/superio/intel/Kconfig +++ /dev/null @@ -1,20 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2009 Ronald G. Minnich -## -## 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. -## - -config SUPERIO_INTEL_I3100 - bool - -config SUPERIO_INTEL_I8900 - bool diff --git a/src/superio/intel/i3100/Kconfig b/src/superio/intel/i3100/Kconfig new file mode 100644 index 0000000000..e797bd7dfa --- /dev/null +++ b/src/superio/intel/i3100/Kconfig @@ -0,0 +1,17 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2009 Ronald G. Minnich +## +## 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. +## + +config SUPERIO_INTEL_I3100 + bool diff --git a/src/superio/intel/i8900/Kconfig b/src/superio/intel/i8900/Kconfig new file mode 100644 index 0000000000..ed37f7fe16 --- /dev/null +++ b/src/superio/intel/i8900/Kconfig @@ -0,0 +1,17 @@ +## +## This file is part of the coreboot project. +## +## Copyright (C) 2009 Ronald G. Minnich +## +## 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. +## + +config SUPERIO_INTEL_I8900 + bool -- cgit v1.2.3