diff options
| author | Simon Glass <[email protected]> | 2022-01-31 07:49:37 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-09 09:16:48 -0500 |
| commit | edca8cf72130c53fe399d1f354937c04efb96c7d (patch) | |
| tree | 89f4ace4cdd21854a8fe035f1f78a0b34c78bf0c /configs/pg_wcom_expu1_update_defconfig | |
| parent | ce30e3ff1e4b5abff5a9936776fe99190d705236 (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 <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'configs/pg_wcom_expu1_update_defconfig')
| -rw-r--r-- | configs/pg_wcom_expu1_update_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pg_wcom_expu1_update_defconfig b/configs/pg_wcom_expu1_update_defconfig index 0fd5ebc9a7c..8c8173ae9a9 100644 --- a/configs/pg_wcom_expu1_update_defconfig +++ b/configs/pg_wcom_expu1_update_defconfig @@ -77,6 +77,7 @@ CONFIG_PHY_GIGE=y CONFIG_MII=y CONFIG_TSEC_ENET=y CONFIG_SYS_QE_FW_ADDR=0x60020000 +CONFIG_SCSI_AHCI_PLAT=y CONFIG_SPECIFY_CONSOLE_INDEX=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y |
