summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/gpio/Kconfig
blob: 0a1bffee816914d5e56be768d206d31faea86fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
	bool
	depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
	help
	  Select this option to use the newer style banks of GPIO signals.
	  These are at offsets +0x1500, +0x1600, and +0x1700 from the AcpiMmio
	  base.

if SOC_AMD_COMMON_BLOCK_BANKED_GPIOS

config SOC_AMD_COMMON_BLOCK_BANKED_GPIOS_NON_SOC_CODEBASE
	bool
	help
	  Select this option when selecting the GPIO bank support from AMD
	  chipsets outside the soc/ subtree that only support a subset of the
	  features available on the chipsets inside the soc/ subtree. When this
	  option is selected, no SMI or SCI event can be configured by the GPIO
	  code.

endif # SOC_AMD_COMMON_BLOCK_BANKED_GPIOS