diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2015-04-16 02:03:26 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2015-06-07 01:24:47 +0200 |
commit | 7710379da9a5d06c7a6b2bcda29fa834575c551e (patch) | |
tree | 5b9b6a899359e9b2425c4b96f3d465b3229d235e /src/acpi/Kconfig | |
parent | 88935481c9a76da33df25473469d52c778a13fa4 (diff) |
acpi/sata: add generic sata ssdt port generator
generate_sata_ssdt_ports() generates ports based on sata enable map
Change-Id: Ie68e19c93f093d6c61634c4adfde484b88f28a77
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/9708
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/acpi/Kconfig')
-rw-r--r-- | src/acpi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/acpi/Kconfig b/src/acpi/Kconfig new file mode 100644 index 0000000000..e025f99d2a --- /dev/null +++ b/src/acpi/Kconfig @@ -0,0 +1,6 @@ + +config ACPI_SATA_GENERATOR + bool + default n + help + Use acpi sata port generator. |