mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
22773aa9b9
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>
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
CONFIG_MACH_VR41XX=y
|
|
CONFIG_VICTOR_MPC30X=y
|
|
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
CONFIG_RELAY=y
|
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
|
CONFIG_EXPERT=y
|
|
CONFIG_SLAB=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_UNLOAD=y
|
|
CONFIG_MODVERSIONS=y
|
|
CONFIG_MODULE_SRCVERSION_ALL=y
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_XFRM_USER=m
|
|
CONFIG_NET_KEY=y
|
|
CONFIG_NET_KEY_MIGRATE=y
|
|
CONFIG_INET=y
|
|
CONFIG_IP_MULTICAST=y
|
|
CONFIG_INET_XFRM_MODE_TRANSPORT=m
|
|
CONFIG_INET_XFRM_MODE_TUNNEL=m
|
|
CONFIG_INET_XFRM_MODE_BEET=m
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_NETWORK_SECMARK=y
|
|
CONFIG_CONNECTOR=m
|
|
CONFIG_ATA_OVER_ETH=m
|
|
CONFIG_BLK_DEV_SD=y
|
|
CONFIG_ATA=y
|
|
CONFIG_PATA_LEGACY=y
|
|
CONFIG_NETDEVICES=y
|
|
# CONFIG_NETDEV_1000 is not set
|
|
# CONFIG_NETDEV_10000 is not set
|
|
CONFIG_USB_PEGASUS=m
|
|
# CONFIG_INPUT_MOUSEDEV is not set
|
|
# CONFIG_INPUT_KEYBOARD is not set
|
|
# CONFIG_INPUT_MOUSE is not set
|
|
# CONFIG_SERIO is not set
|
|
CONFIG_VT_HW_CONSOLE_BINDING=y
|
|
CONFIG_SERIAL_VR41XX=y
|
|
CONFIG_SERIAL_VR41XX_CONSOLE=y
|
|
# CONFIG_HW_RANDOM is not set
|
|
CONFIG_GPIO_VR41XX=y
|
|
# CONFIG_HWMON is not set
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
# CONFIG_HID_SUPPORT is not set
|
|
CONFIG_USB=m
|
|
CONFIG_USB_OHCI_HCD=m
|
|
CONFIG_RTC_CLASS=y
|
|
CONFIG_RTC_DRV_VR41XX=y
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_AUTOFS_FS=y
|
|
CONFIG_AUTOFS4_FS=y
|
|
CONFIG_PROC_KCORE=y
|
|
CONFIG_CONFIGFS_FS=m
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_CMDLINE_BOOL=y
|
|
CONFIG_CMDLINE="mem=32M console=ttyVR0,19200 ide0=0x170,0x376,73"
|
|
# CONFIG_CRC32 is not set
|