Add acpi_get_sleep_type() to i82371eb and P2B _PTS/_WAK methods
[coreboot.git] / src / southbridge / intel / i82371eb / Kconfig
1 config SOUTHBRIDGE_INTEL_I82371EB
2         bool
3         select TINY_BOOTBLOCK
4         select HAVE_ACPI_RESUME if HAVE_ACPI_TABLES
5
6 config BOOTBLOCK_SOUTHBRIDGE_INIT
7         string
8         default "southbridge/intel/i82371eb/bootblock.c"
9         depends on SOUTHBRIDGE_INTEL_I82371EB
10