commit | 231e774d05d7ffe9fa5c838fbda7f2fd3d41894a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 31 07:49:37 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 09 09:16:48 2022 -0500 |
tree | 89f4ace4cdd21854a8fe035f1f78a0b34c78bf0c | |
parent | 1a46224942c081ab58f2ec3d822789d4028af40b [diff] |
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>