diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2019-12-15 12:10:13 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-12-30 02:57:13 +0000 |
commit | 15b6c4af63be4d4ce38590c837449bb853ede359 (patch) | |
tree | fbaf35486b5a6047fe4e1c0910640c03b2ceee70 /src/superio/nuvoton/common/Kconfig | |
parent | d756c27a54bc6842d0afdf040ec8adb6f45f4c8f (diff) |
superio/nuvoton: add common HWM bank select function
Change-Id: I828b6caa37e52c13e1876c7ca4edbd171e70d3f7
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37945
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/nuvoton/common/Kconfig')
-rw-r--r-- | src/superio/nuvoton/common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/nuvoton/common/Kconfig b/src/superio/nuvoton/common/Kconfig index 0af671f512..0af556caab 100644 --- a/src/superio/nuvoton/common/Kconfig +++ b/src/superio/nuvoton/common/Kconfig @@ -17,3 +17,7 @@ # pre-ram. config SUPERIO_NUVOTON_COMMON_PRE_RAM bool + +# Generic Nuvoton HWM driver +config SUPERIO_NUVOTON_COMMON_HWM + bool |