armv8: ls1043a: move SCSI_AHCI and SCSI to arm/Kconfig
authorPeng Ma <peng.ma@nxp.com>
Wed, 30 Jan 2019 11:11:49 +0000 (19:11 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Tue, 19 Feb 2019 04:56:44 +0000 (10:26 +0530)
remove SCSI and SCSI_AHCI configs for ls1043ardb due to no sata interface
support.
this changed is to fixed the ls1043ardb compile warning as fallows:

===================== WARNING ======================
This board does not use CONFIG_DM_SCSI. Please update
the storage controller to use CONFIG_DM_SCSI before the
v2019.07 release. Failure to update by the deadline may
result in board removal.See doc/driver-model/MIGRATION.txt
for more info.
====================================================

Signed-off-by: Peng Ma <peng.ma@nxp.com>
[PK: reword the patch subject]
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
arch/arm/Kconfig
arch/arm/cpu/armv8/fsl-layerscape/Kconfig

index 2d32b28ce08d0ed5b0c77971b1497283ef386d68..ded7c11a4c2a53a11a77b86ed8f83a23f6d37792 100644 (file)
@@ -1263,6 +1263,7 @@ config TARGET_LS1043AQDS
        select BOARD_LATE_INIT
        select SUPPORT_SPL
        imply SCSI
+       imply SCSI_AHCI
        help
          Support for Freescale LS1043AQDS platform.
 
@@ -1274,7 +1275,6 @@ config TARGET_LS1043ARDB
        select BOARD_EARLY_INIT_F
        select BOARD_LATE_INIT
        select SUPPORT_SPL
-       imply SCSI
        help
          Support for Freescale LS1043ARDB platform.
 
index ab9213f954eb35a69594c65d52b06ecc853899be..f48481f465a56b89b33ff60e83460d549f5e0bba 100644 (file)
@@ -51,8 +51,6 @@ config ARCH_LS1043A
        select SYS_I2C_MXC_I2C2
        select SYS_I2C_MXC_I2C3
        select SYS_I2C_MXC_I2C4
-       imply SCSI
-       imply SCSI_AHCI
        imply CMD_PCI
 
 config ARCH_LS1046A