Skip to content

Commit ae4443b

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: Let CONFIG_SCSI_LOWLEVEL be selected
When using Yocto's Ptest DISTRO_FEATURE the CONFIG_SCSI_DEBUG=m option is added, but it cannot be selected as it depends on CONFIG_SCSI_LOWLEVEL. This generates a build warning saying that the CONFIG_SCSI_DEBUG=m option is discarded. Fix this by letting CONFIG_SCSI_LOWLEVEL to be selected. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 3d1fc36 commit ae4443b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ CONFIG_BLK_DEV_SD=y
120120
CONFIG_SCSI_CONSTANTS=y
121121
CONFIG_SCSI_LOGGING=y
122122
CONFIG_SCSI_SCAN_ASYNC=y
123-
# CONFIG_SCSI_LOWLEVEL is not set
124123
CONFIG_ATA=y
125124
CONFIG_SATA_AHCI_PLATFORM=y
126125
CONFIG_AHCI_IMX=y

0 commit comments

Comments
 (0)