xref: /aosp_15_r20/external/coreboot/src/soc/intel/common/block/smbus/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_INTEL_COMMON_BLOCK_SMBUS
4	bool
5	select SOUTHBRIDGE_INTEL_COMMON_SMBUS
6	help
7	  Intel Processor common SMBus support
8
9config FIXED_SMBUS_IO_BASE
10	default 0xefa0
11
12config SOC_INTEL_COMMON_BLOCK_TCO
13	bool
14	help
15	  Intel Processor common TCO support
16
17config SOC_INTEL_COMMON_BLOCK_TCO_ENABLE_THROUGH_SMBUS
18	bool
19	depends on SOC_INTEL_COMMON_BLOCK_TCO
20	help
21	  Select this config to enable TCO BAR through SMBUS
22