Skip to content

Commit d17e465

Browse files
bzolnierralfbaechle
authored andcommitted
MIPS: malta_defconfig: Convert to use libata PATA drivers
IDE subsystem has been deprecated since 2009 and the majority (if not all) of Linux distributions have switched to use libata for ATA support exclusively. However there are still some users (mostly old or/and embedded non-x86 systems) that have not converted from using IDE subsystem to libata PATA drivers. This doesn't seem to be good thing in the long-term for Linux as while there is less and less PATA systems left in use: * testing efforts are divided between two subsystems * having duplicate drivers for same hardware confuses users This patch converts malta_defconfig to use libata PATA drivers. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Cc: Paul Burton <paul.burton@imgtec.com> Cc: Markos Chandras <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Cc: linux-ide@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11134/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 7ff7a5b commit d17e465

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

arch/mips/configs/malta_defconfig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,11 @@ CONFIG_BLK_DEV_NBD=m
241241
CONFIG_BLK_DEV_RAM=y
242242
CONFIG_CDROM_PKTCDVD=m
243243
CONFIG_ATA_OVER_ETH=m
244-
CONFIG_IDE=y
245-
CONFIG_BLK_DEV_IDECD=y
246-
CONFIG_IDE_GENERIC=y
247244
CONFIG_RAID_ATTRS=m
248245
CONFIG_BLK_DEV_SD=y
249246
CONFIG_CHR_DEV_ST=m
250247
CONFIG_CHR_DEV_OSST=m
251-
CONFIG_BLK_DEV_SR=m
248+
CONFIG_BLK_DEV_SR=y
252249
CONFIG_BLK_DEV_SR_VENDOR=y
253250
CONFIG_CHR_DEV_SG=m
254251
CONFIG_SCSI_CONSTANTS=y
@@ -265,6 +262,7 @@ CONFIG_AIC7XXX_RESET_DELAY_MS=15000
265262
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
266263
CONFIG_ATA=y
267264
CONFIG_ATA_PIIX=y
265+
CONFIG_PATA_LEGACY=y
268266
CONFIG_MD=y
269267
CONFIG_BLK_DEV_MD=m
270268
CONFIG_MD_LINEAR=m

0 commit comments

Comments
 (0)