diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2021-01-27 10:46:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-29 09:39:43 +0000 |
commit | 851571249ffcbe809ecf6771d31fe7ad6050dd59 (patch) | |
tree | 2c8939802b4f1067a391bfd5927d3897ccb6bc10 /src/superio | |
parent | 33c548b1baa3830563ceae4039d80055434afabb (diff) |
superio/nuvoton/common/Kconfig: Remove HWM config
lint-008-kconfig reports unused symbol
SUPERIO_NUVOTON_COMMON_HWM.
Remove SUPERIO_NUVOTON_COMMON_HWM.
BUG = N/A
TEST = N/A
Change-Id: Ifad73f9ca4659e7b981a94c1e002e129d1b3388d
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49974
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')
-rw-r--r-- | src/superio/nuvoton/common/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/nuvoton/common/Kconfig b/src/superio/nuvoton/common/Kconfig index 78523c1b7e..ffb620876c 100644 --- a/src/superio/nuvoton/common/Kconfig +++ b/src/superio/nuvoton/common/Kconfig @@ -11,7 +11,3 @@ config SUPERIO_NUVOTON_COMMON_COM_A help When enabled, the 'nuvoton_enable_serial()' function will unset global CR 0x2a bit 7 to route COM A to the GPIO8 pin group. - -# Generic Nuvoton HWM driver -config SUPERIO_NUVOTON_COMMON_HWM - bool |