diff options
author | Samuel Holland <samuel@sholland.org> | 2020-08-17 23:44:41 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-31 06:29:47 +0000 |
commit | d429c1a84219573b470ea449a8641ded997ecbe2 (patch) | |
tree | 7f48cdecdfe2f74421ce581ba27c650c420fe044 /src/superio/winbond/wpcd376i/Kconfig | |
parent | f90e3b9975f0bd9b09b29c50ac5f7bc36c02eeab (diff) |
superio/winbond/wpcd376i: Resurrect the driver
This SuperIO chip is used on the Intel DQ45EK mainboard. Restore the
driver that was deleted in commit d3a1a4171ee9 ("src/superio: Remove
unused superio chips"). Changes from the previous version include:
- Replacing the early serial implementation with Winbond common code,
- Replacing the license boilerplate with SPDX headers, and
- Removing unnecessary header file references.
Change-Id: I0ff1a63c47d5dff2599c83a1cebe1ac5ff2136b1
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44695
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/superio/winbond/wpcd376i/Kconfig')
-rw-r--r-- | src/superio/winbond/wpcd376i/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/superio/winbond/wpcd376i/Kconfig b/src/superio/winbond/wpcd376i/Kconfig new file mode 100644 index 0000000000..6d7bc7a9b1 --- /dev/null +++ b/src/superio/winbond/wpcd376i/Kconfig @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config SUPERIO_WINBOND_WPCD376I + bool + select SUPERIO_WINBOND_COMMON_PRE_RAM |