aboutsummaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/Kconfig')
-rw-r--r--src/superio/nuvoton/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/superio/nuvoton/Kconfig b/src/superio/nuvoton/Kconfig
index 142738d046..350c8dd387 100644
--- a/src/superio/nuvoton/Kconfig
+++ b/src/superio/nuvoton/Kconfig
@@ -17,7 +17,14 @@
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
##
+# Generic Nuvoton romstage driver - Just enough UART initialisation code for
+# romstage.
+config SUPERIO_NUVOTON_COMMON_ROMSTAGE
+ bool
+
config SUPERIO_NUVOTON_WPCM450
bool
+
config SUPERIO_NUVOTON_NCT5104D
bool
+ select SUPERIO_NUVOTON_COMMON_ROMSTAGE