aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/lpc/Kconfig
blob: 3aaccf344d7858cb0dfb9ab306faefb25b62ff4f (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
29
30
31
config SOC_AMD_COMMON_BLOCK_LPC
	bool
	default n
	help
	  Select this option to use the traditional LPC-ISA bridge at D14F3.

config PROVIDES_ROM_SHARING
	bool
	default n
	help
	  Select this option if the LPC bridge supports ROM sharing.

config SOC_AMD_COMMON_BLOCK_HAS_ESPI
	bool
	default n
	help
	  Select this option if platform supports eSPI using D14F3 configuration
	  registers.

config SOC_AMD_COMMON_BLOCK_USE_ESPI
	bool
	depends on SOC_AMD_COMMON_BLOCK_HAS_ESPI
	default n
	help
	  Select this option if mainboard uses eSPI instead of LPC (if supported
	  by platform).

config SOC_AMD_COMMON_BLOCK_HAS_ESPI_SUB_DECODE
	bool
	depends on SOC_AMD_COMMON_BLOCK_HAS_ESPI
	default n