diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-31 07:49:37 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-09 09:16:48 -0500 |
commit | edca8cf72130c53fe399d1f354937c04efb96c7d (patch) | |
tree | 89f4ace4cdd21854a8fe035f1f78a0b34c78bf0c /configs/omap5_uevm_defconfig | |
parent | ce30e3ff1e4b5abff5a9936776fe99190d705236 (diff) | |
download | u-boot-edca8cf72130c53fe399d1f354937c04efb96c7d.tar.gz u-boot-edca8cf72130c53fe399d1f354937c04efb96c7d.tar.bz2 u-boot-edca8cf72130c53fe399d1f354937c04efb96c7d.zip |
Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig
This converts the following to Kconfig:
CONFIG_SCSI_AHCI_PLAT
CONFIG_SYS_SCSI_MAX_SCSI_ID
CONFIG_SYS_SCSI_MAX_LUN
CONFIG_SYS_SATA_MAX_DEVICE
Drop CONFIG_SCSI for everything except the sandbox build. We only need
one build for tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/omap5_uevm_defconfig')
-rw-r--r-- | configs/omap5_uevm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig index c43418a022..52f3784c7c 100644 --- a/configs/omap5_uevm_defconfig +++ b/configs/omap5_uevm_defconfig @@ -47,6 +47,7 @@ CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_OMAP_HS=y CONFIG_DM_ETH=y CONFIG_SCSI=y +CONFIG_SCSI_AHCI_PLAT=y CONFIG_CONS_INDEX=3 CONFIG_SYS_NS16550=y CONFIG_USB=y |