blob: 3b3eb2f9b1bd6ab94c304ba5813887de92db6ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
config SOC_INTEL_COMMON_BLOCK_SMBUS
bool
select SOUTHBRIDGE_INTEL_COMMON_SMBUS
help
Intel Processor common SMBus support
config FIXED_SMBUS_IO_BASE
default 0xefa0
config SOC_INTEL_COMMON_BLOCK_TCO
bool
help
Intel Processor common TCO support
config SOC_INTEL_COMMON_BLOCK_TCO_ENABLE_THROUGH_SMBUS
bool
depends on SOC_INTEL_COMMON_BLOCK_TCO
help
Select this config to enable TCO BAR through SMBUS
|