Skip to content

Commit 22773aa

Browse files
bzolnierralfbaechle
authored andcommitted
MIPS: mpc30x_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 mpc30x_defconfig to use libata PATA drivers. PS This platform still uses "ide0=base[,ctl[,irq]]" hack in its defconfig. The hack itself has been removed in 2008 and this platform should be converted to using PATA platform host driver (pata_platform) instead. Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/11141/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 1b7d801 commit 22773aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/mips/configs/mpc30x_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ CONFIG_INET_XFRM_MODE_BEET=m
2727
CONFIG_NETWORK_SECMARK=y
2828
CONFIG_CONNECTOR=m
2929
CONFIG_ATA_OVER_ETH=m
30-
# CONFIG_MISC_DEVICES is not set
31-
CONFIG_IDE=y
32-
CONFIG_IDE_GENERIC=y
30+
CONFIG_BLK_DEV_SD=y
31+
CONFIG_ATA=y
32+
CONFIG_PATA_LEGACY=y
3333
CONFIG_NETDEVICES=y
3434
# CONFIG_NETDEV_1000 is not set
3535
# CONFIG_NETDEV_10000 is not set

0 commit comments

Comments
 (0)