summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/uart/Kconfig
blob: e731465b3b3b143e6b5882823b204a2ff6d4e7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
config SOC_INTEL_COMMON_BLOCK_UART
	bool
	select SOC_INTEL_COMMON_BLOCK_LPSS
	help
	  Intel Processor common UART support

config SOC_INTEL_COMMON_BLOCK_UART_LPSS_CLK_M_VAL
	depends on SOC_INTEL_COMMON_BLOCK_UART
	hex
	help
	  Clock m-divisor value for m/n divider

config SOC_INTEL_COMMON_BLOCK_UART_LPSS_CLK_N_VAL
	depends on SOC_INTEL_COMMON_BLOCK_UART
	hex
	help
	  Clock m-divisor value for m/n divider

config INTEL_LPSS_UART_FOR_CONSOLE
	bool
	depends on SOC_INTEL_COMMON_BLOCK_UART
	select DRIVERS_UART_8250MEM_32
	select FIXED_UART_FOR_CONSOLE
	help
	  Selected by mainboards that use one of the SoC's LPSS UARTS
	  for the coreboot console.
	  WARNING: UART_FOR_CONSOLE has to be set to a correct value,
	           otherwise wrong pad configurations might be selected.