aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gpio/Kconfig
blob: bd2651f637736236ea765277391b5734d3dafd7d (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
32
33
34
35
36
config SOC_INTEL_COMMON_BLOCK_GPIO
	bool
	help
	  Intel Processor common GPIO support

config DEBUG_SOC_COMMON_BLOCK_GPIO
	depends on SOC_INTEL_COMMON_BLOCK_GPIO
	bool "Output verbose GPIO debug messages"
	default n
	help
	  This option enables GPIO debug messages

# Used in small core SOCs to invert the polarity as ITSS only takes
# active high signals
config SOC_INTEL_COMMON_BLOCK_GPIO_ITSS_POL_CFG
	depends on SOC_INTEL_COMMON_BLOCK_GPIO
	bool
	default n

# Used to configure Pad Tolerance as 1.8V or 3.3V
config SOC_INTEL_COMMON_BLOCK_GPIO_PADCFG_PADTOL
	depends on SOC_INTEL_COMMON_BLOCK_GPIO
	bool
	default n

# Used to configure IOSSTATE and IOSTERM
config SOC_INTEL_COMMON_BLOCK_GPIO_IOSTANDBY
	depends on SOC_INTEL_COMMON_BLOCK_GPIO
	bool
	default n

# Used to provide support for legacy macros
config SOC_INTEL_COMMON_BLOCK_GPIO_LEGACY_MACROS
	depends on SOC_INTEL_COMMON_BLOCK_GPIO
	bool
	default n