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
