Re: [PATCH V3] scsi: ufs: Get boot device storage type from command line

From: Chetan Chinnadagudihundi Ravindranath (Consultant) (QUIC)
Date: Fri Jul 29 2022 - 08:54:53 EST


Hi Bart,

Thanks for your response!. For making ufs-cmdline code integrate in vmlinux we might need to remove the depends on for SCSI_UFSHCD(m)

/drivers/ufs/Kconfig
 menuconfig SCSI_UFSHCD

-       depends on SCSI && SCSI_DMA

does this looks good? Instead of this Please suggest any efficient way of making ufs-cmdline part of vmlinux.

Thanks,

Chetan

On 7/29/2022 2:01 AM, Bart Van Assche wrote:
On 7/28/22 12:00, Chetan C R wrote:
v2->v3
- Made ufs-cmdline to build as core driver obj-y

This is not sufficient to integrate the ufs-cmdline code in vmlinux so this patch has the same problem as the previous two versions.

Bart.