diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-04-16 02:23:00 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-09-02 21:11:35 +0000 |
commit | beb31d0cdc4f935b4f66cb8ef84b7683e1923ed7 (patch) | |
tree | b2e7e422c8809f5362df4e38c853618dc0f4da6b /src/southbridge/intel/ibexpeak/Kconfig | |
parent | 7bf47eecd60415c5151cd9906947b5ef375f29de (diff) |
southbridge/ibexpeak: use new ssdt sata port generator
Drop old incomplete, broken and hardcoded sata.asl properties.
The new sata acpi generator only needs a proper defined device.
Change-Id: Id3eca5551a070dfdd6fa674e1d5b6627e28ab5a7
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/9710
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/southbridge/intel/ibexpeak/Kconfig')
-rw-r--r-- | src/southbridge/intel/ibexpeak/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig index ccd16bf8f1..f31f83c1a5 100644 --- a/src/southbridge/intel/ibexpeak/Kconfig +++ b/src/southbridge/intel/ibexpeak/Kconfig @@ -35,6 +35,7 @@ config SOUTH_BRIDGE_OPTIONS # dummy select SOUTHBRIDGE_INTEL_COMMON select HAVE_USBDEBUG_OPTIONS select COMMON_FADT + select ACPI_SATA_GENERATOR config EHCI_BAR hex |