The default is 1 (byte) spacing. Tested on Mono Lake with 4 (32-bit) spacing Change-Id: I47412c32e6db8f58b4fde8150adcbce349ca18a7 Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34835 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
10 lines
169 B
Text
10 lines
169 B
Text
config IPMI_KCS
|
|
bool
|
|
default n
|
|
|
|
config IPMI_KCS_REGISTER_SPACING
|
|
int
|
|
default 1
|
|
depends on IPMI_KCS
|
|
help
|
|
KCS status and command register IO port address spacing
|