summaryrefslogtreecommitdiffstats
path: root/src/superio/smsc/sio1036/Kconfig
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-10-16 19:40:07 -0600
committerFelix Held <felix-coreboot@felixheld.de>2019-10-18 13:21:07 +0000
commit9f9656817119fdf481ff7fdde6382f4c06a67aa5 (patch)
treef50d010bbde8528aca43dcd3f34d4c7cda1b1e76 /src/superio/smsc/sio1036/Kconfig
parent467802b6285b2b9a76f755dffeef61194ee35373 (diff)
downloadcoreboot-9f9656817119fdf481ff7fdde6382f4c06a67aa5.tar.gz
coreboot-9f9656817119fdf481ff7fdde6382f4c06a67aa5.tar.bz2
coreboot-9f9656817119fdf481ff7fdde6382f4c06a67aa5.zip
superio/smsc: Restore sio1036
Change d3a1a417 "src/superio: Remove unused superio chips" removed all unused devices except for ones used on mainboards still under review. The SMSC 1036 was inadvertenly also removed as well. This device is used in debug cards that may be connected to AMD CRBs. This patch restores the smsc1036 directory as-is and then corrects the following lint messages. * WARNING: Prefer 'unsigned int' to bare use of 'unsigned' * ERROR: else should follow close brace '}' * WARNING: braces {} are not necessary for single statement blocks Change-Id: I851826e12032f802b9b2ff86d5a0eb99871bee6d Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36119 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/smsc/sio1036/Kconfig')
-rw-r--r--src/superio/smsc/sio1036/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/superio/smsc/sio1036/Kconfig b/src/superio/smsc/sio1036/Kconfig
new file mode 100644
index 000000000000..df519de71b61
--- /dev/null
+++ b/src/superio/smsc/sio1036/Kconfig
@@ -0,0 +1,18 @@
+##
+## This file is part of the coreboot project.
+##
+## Copyright (C) 2009 Ronald G. Minnich
+## Copyright (C) 2012 Advanced Micro Devices, 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; 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_SMSC_SIO1036
+ bool