diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-02-10 23:22:13 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-14 07:54:40 +0000 |
commit | 485937fd4f184374ca95fe9541d3cf1e18d0c21b (patch) | |
tree | 61c4c022028c21624798f9c1b13b564163bfa79c /src/superio/nsc/pc87360/Kconfig | |
parent | 05383287a1a4e1f1bcf64a784c51b24b9cfe97ae (diff) |
superio/nsc/pc87360: Use common early_serial
Change-Id: Id866c30d676e3c3ff53bfc2547abffce6e9b5e07
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31335
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/superio/nsc/pc87360/Kconfig')
-rw-r--r-- | src/superio/nsc/pc87360/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/superio/nsc/pc87360/Kconfig b/src/superio/nsc/pc87360/Kconfig index cd432b4cda..b70b935cb9 100644 --- a/src/superio/nsc/pc87360/Kconfig +++ b/src/superio/nsc/pc87360/Kconfig @@ -15,3 +15,4 @@ config SUPERIO_NSC_PC87360 bool + select SUPERIO_NSC_COMMON_PRE_RAM |