aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82371eb/Kconfig
blob: 3b5679657f17c6b36967dc825014aad2446de823 (plain)
1
2
3
4
5
6
7
8
9
10
config SOUTHBRIDGE_INTEL_I82371EB
	bool
	select TINY_BOOTBLOCK
	select HAVE_ACPI_RESUME if HAVE_ACPI_TABLES

config BOOTBLOCK_SOUTHBRIDGE_INIT
	string
	default "southbridge/intel/i82371eb/bootblock.c"
	depends on SOUTHBRIDGE_INTEL_I82371EB