dm: scsi: Drop duplicate SCSI and DM_SCSI options
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jul 2017 19:31:21 +0000 (13:31 -0600)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 1 Aug 2017 02:58:01 +0000 (11:58 +0900)
commit068a2fc1d500866e37f0ecc98806444c2996b25d
tree69a586b0321562e6f71360391ec7d5ec3a665ae1
parent336a44877af84fc65e58a0759d9dc199e8c97036
dm: scsi: Drop duplicate SCSI and DM_SCSI options

When the SATA code was moved into drivers/ata these Kconfig options were
added to that directory. They already exist in drivers/scsi. Remove them
from drivers/ata to fix the duplication.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 7f2b5f4 (sata: Move drivers into new drivers/ata directory)
drivers/ata/Kconfig