summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-05-04 16:55:08 -0600
committerBin Meng <[email protected]>2023-05-11 10:25:29 +0800
commitfa328446bce23ab210c5aa01249075b6a7a7e251 (patch)
tree70309b9c366e75b255c148a5a30bc988bec32177
parent38534712cd4c4d8acdf760ee87ba219f82d738c9 (diff)
x86: nvme: coreboot: Enable NVMe
Enable support for NVMe storage devices. Update the driver to enable the bus master bit, since coreboot does not do that automatically. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]>
-rw-r--r--configs/coreboot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig
index 3030e5bf93b..f6ffb518042 100644
--- a/configs/coreboot_defconfig
+++ b/configs/coreboot_defconfig
@@ -59,6 +59,7 @@ CONFIG_SYS_ATA_ALT_OFFSET=0
CONFIG_ATAPI=y
CONFIG_LBA48=y
CONFIG_SYS_64BIT_LBA=y
+CONFIG_NVME_PCI=y
# CONFIG_PCI_PNP is not set
CONFIG_SOUND=y
CONFIG_SOUND_I8254=y