ANDROID: gki_defconfig: enable msm serial early console

This is used for early console on qcom devices.

Signed-off-by: Will McVicker <willmcvicker@google.com>
Bug: 154153369
Test: compile
Change-Id: Iabf29261f36fd4c41a89491d49548c331ae19a3e
This commit is contained in:
Will McVicker
2020-04-15 14:42:49 -07:00
parent 3b328707cf
commit 4b7a673f59
2 changed files with 2 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_SERIAL_MSM_GENI_EARLY_CONSOLE=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_CAVIUM is not set

View File

@@ -253,6 +253,7 @@ CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_EXAR is not set
CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_MSM_GENI_EARLY_CONSOLE=y
CONFIG_SERIAL_DEV_BUS=y
CONFIG_HW_RANDOM=y
CONFIG_HPET=y