libpayload/storage: Enable all AHCI controllers by default

Since the list of tested controllers is not actively maintained, enable
all AHCI controllers by default. Also, improve the readability of its
help text by adding a comma to it.

Change-Id: If30f58f8380ab599f8985e85c64510dc88e96268
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46533
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Felix Singer 2020-10-18 20:15:21 +00:00 committed by Nico Huber
parent 5dbe45e0f5
commit 70d73a85bf
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ config STORAGE_AHCI
config STORAGE_AHCI_ONLY_TESTED config STORAGE_AHCI_ONLY_TESTED
bool "Only enable tested controllers" bool "Only enable tested controllers"
depends on STORAGE_AHCI depends on STORAGE_AHCI
default y default n
help help
If this option is selected only AHCI controllers which are known If this option is selected, only AHCI controllers which are known
to work will be used. to work will be used.