diff options
-rw-r--r-- | src/mainboard/google/urara/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/urara/Kconfig b/src/mainboard/google/urara/Kconfig index 231c97e3c2..bde26d6524 100644 --- a/src/mainboard/google/urara/Kconfig +++ b/src/mainboard/google/urara/Kconfig @@ -46,4 +46,8 @@ config DRAM_SIZE_MB int default 256 +config TTYS0_LCS + int + default 3 + endif |