diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-02-10 23:18:41 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-14 07:54:31 +0000 |
commit | 05383287a1a4e1f1bcf64a784c51b24b9cfe97ae (patch) | |
tree | ac49bebd49095a4297a4e40630ccf03d12a4862e /src/superio/nsc/pc87309/Kconfig | |
parent | 122457058ebc307ad83bbec54e06850f25c993a5 (diff) |
superio/nsc/pc87309: Use common early_serial
Change-Id: If856ec6d5bcf4951d0e09464526239f5a508d4b0
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31334
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nsc/pc87309/Kconfig')
-rw-r--r-- | src/superio/nsc/pc87309/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nsc/pc87309/Kconfig b/src/superio/nsc/pc87309/Kconfig index d4b841e88a..ff72706b34 100644 --- a/src/superio/nsc/pc87309/Kconfig +++ b/src/superio/nsc/pc87309/Kconfig @@ -15,3 +15,4 @@ config SUPERIO_NSC_PC87309 bool + select SUPERIO_NSC_COMMON_PRE_RAM |