diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-29 17:48:01 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-29 17:48:01 +0300 |
commit | cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf (patch) | |
tree | 07da2b52545376d2c72b1ff7089a4af1570b7783 /configs/ls1088aqds_sdcard_ifc_defconfig | |
parent | 5a4a891e045ba65ffbee10c3f71b2eaafca872ad (diff) | |
download | u-boot-cdeb7b8f984e6d9bcdc5a6fdda6107af156d47bf.tar.xz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1088aqds_sdcard_ifc_defconfig')
-rw-r--r-- | configs/ls1088aqds_sdcard_ifc_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/ls1088aqds_sdcard_ifc_defconfig b/configs/ls1088aqds_sdcard_ifc_defconfig index 99a51305cb..240bcb2a05 100644 --- a/configs/ls1088aqds_sdcard_ifc_defconfig +++ b/configs/ls1088aqds_sdcard_ifc_defconfig @@ -67,6 +67,7 @@ CONFIG_PHY_TERANETICS=y CONFIG_PHY_VITESSE=y CONFIG_E1000=y CONFIG_MII=y +CONFIG_NVME=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y @@ -80,5 +81,3 @@ CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y -CONFIG_CMD_NVME=y -CONFIG_NVME=y |