blob: 5ddbe0f2402ab2be7803bac355a3aa1c4b579c4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config SOUTHBRIDGE_INTEL_I82371EB
bool
config BOOTBLOCK_SOUTHBRIDGE_INIT
string
default "southbridge/intel/i82371eb/bootblock.c"
depends on SOUTHBRIDGE_INTEL_I82371EB
if SOUTHBRIDGE_INTEL_I82371EB
config SOUTH_BRIDGE_OPTIONS # dummy
def_bool y
select PER_DEVICE_ACPI_TABLES
endif
|