mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / soc / amd / common / block / gpio / Kconfig
blob4580fc29ef0e5934322c0bbfd25eb638d271fb77
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
4         bool
5         depends on SOC_AMD_COMMON_BLOCK_ACPIMMIO
6         help
7           Select this option to use the newer style banks of GPIO signals.
8           These are at offsets +0x1500, +0x1600, and +0x1700 from the AcpiMmio
9           base.
11 if SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
13 config SOC_AMD_COMMON_BLOCK_BANKED_GPIOS_NON_SOC_CODEBASE
14         bool
15         help
16           Select this option when selecting the GPIO bank support from AMD
17           chipsets outside the soc/ subtree that only support a subset of the
18           features available on the chipsets inside the soc/ subtree. When this
19           option is selected, no SMI or SCI event can be configured by the GPIO
20           code.
22 endif # SOC_AMD_COMMON_BLOCK_BANKED_GPIOS
24 config GSC_IRQ_GPIO
25         int
26         help
27           gpio_interrupt_status() is used to provide interrupt status to TPM layer.
28           This option specifies the GPIO number.