diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/quark/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig index 8485aa3a87..ae25c328c6 100644 --- a/src/soc/intel/quark/Kconfig +++ b/src/soc/intel/quark/Kconfig @@ -60,6 +60,13 @@ config TTYS0_LCS depends on ENABLE_BUILTIN_HSUART1 default 3 +# Console: PCI UART bus 0 << 20, device 20 << 15, function 5 << 12 +# Valid bit, PCI UART in use: 1 << 31 +config UART_PCI_ADDR + hex + depends on ENABLE_BUILTIN_HSUART1 + default 0x800a5000 + ##### # Debug support # The following options provide debug support for the Quark coreboot |