diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-02-10 23:34:23 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-14 07:54:55 +0000 |
commit | 9c790a2fdc1fdf98cbc8fe92a6662c475ce36bed (patch) | |
tree | 64f2181145ebf9e55b6d4e922cb0a4cb373a8ea8 /src/superio/nsc/pc87417/Kconfig | |
parent | 272804ff014ea736f1a325cc8a118a590ba3f388 (diff) |
superio/nsc/pc87417: Use common early_serial
Change-Id: If32fa5970ca7ca634833a0e39da66c1f89ed33fe
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31337
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nsc/pc87417/Kconfig')
-rw-r--r-- | src/superio/nsc/pc87417/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nsc/pc87417/Kconfig b/src/superio/nsc/pc87417/Kconfig index 3237e7f3a1..347bab27f2 100644 --- a/src/superio/nsc/pc87417/Kconfig +++ b/src/superio/nsc/pc87417/Kconfig @@ -15,3 +15,4 @@ config SUPERIO_NSC_PC87417 bool + select SUPERIO_NSC_COMMON_PRE_RAM |