mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
4289ab7ad6
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 netwinder_defconfig to use libata PATA drivers. Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
90 lines
1.7 KiB
Plaintext
90 lines
1.7 KiB
Plaintext
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
CONFIG_ARCH_FOOTBRIDGE=y
|
|
CONFIG_ARCH_NETWINDER=y
|
|
CONFIG_LEDS=y
|
|
CONFIG_LEDS_CPU=y
|
|
CONFIG_DEPRECATED_PARAM_STRUCT=y
|
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
CONFIG_CMDLINE="root=0x801"
|
|
CONFIG_FPE_NWFPE=y
|
|
CONFIG_BINFMT_AOUT=y
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
CONFIG_IP_PNP=y
|
|
CONFIG_IP_PNP_DHCP=y
|
|
CONFIG_IP_PNP_BOOTP=y
|
|
CONFIG_IP_PNP_RARP=y
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_NETFILTER=y
|
|
CONFIG_IP_NF_QUEUE=y
|
|
CONFIG_IP_NF_IPTABLES=y
|
|
CONFIG_PARPORT=y
|
|
CONFIG_PARPORT_PC=y
|
|
CONFIG_PARPORT_PC_SUPERIO=y
|
|
CONFIG_BLK_DEV_LOOP=y
|
|
CONFIG_BLK_DEV_SD=y
|
|
CONFIG_ATA=y
|
|
CONFIG_PATA_WINBOND=y
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_NET_ETHERNET=y
|
|
CONFIG_MII=y
|
|
CONFIG_NET_TULIP=y
|
|
CONFIG_TULIP=y
|
|
CONFIG_TULIP_MMIO=y
|
|
CONFIG_NET_PCI=y
|
|
CONFIG_NE2K_PCI=y
|
|
CONFIG_MOUSE_SERIAL=y
|
|
CONFIG_INPUT_MISC=y
|
|
CONFIG_INPUT_UINPUT=y
|
|
CONFIG_SERIAL_8250=y
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_PRINTER=y
|
|
CONFIG_DS1620=y
|
|
CONFIG_NWBUTTON=y
|
|
CONFIG_NWBUTTON_REBOOT=y
|
|
CONFIG_NWFLASH=y
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_977_WATCHDOG=y
|
|
CONFIG_FB=y
|
|
CONFIG_FB_CYBER2000=y
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_FONTS=y
|
|
CONFIG_FONT_8x8=y
|
|
CONFIG_FONT_8x16=y
|
|
CONFIG_LOGO=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SOUND_PRIME=y
|
|
CONFIG_SOUND_OSS=y
|
|
CONFIG_SOUND_TRACEINIT=y
|
|
CONFIG_SOUND_DMAP=y
|
|
CONFIG_SOUND_YM3812=y
|
|
CONFIG_SOUND_WAVEARTIST=y
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_AUTOFS_FS=y
|
|
CONFIG_ISO9660_FS=y
|
|
CONFIG_JOLIET=y
|
|
CONFIG_TMPFS=y
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_NFS_V3=y
|
|
CONFIG_NFS_V4=y
|
|
CONFIG_ROOT_NFS=y
|
|
CONFIG_NFSD=y
|
|
CONFIG_NFSD_V3=y
|
|
CONFIG_SMB_FS=y
|
|
CONFIG_PARTITION_ADVANCED=y
|
|
CONFIG_NLS_CODEPAGE_437=y
|
|
CONFIG_NLS_CODEPAGE_850=y
|
|
CONFIG_NLS_CODEPAGE_852=y
|
|
CONFIG_NLS_ISO8859_1=y
|
|
CONFIG_NLS_ISO8859_2=y
|
|
CONFIG_NLS_ISO8859_15=y
|
|
CONFIG_NLS_UTF8=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
CONFIG_DEBUG_KERNEL=y
|
|
CONFIG_DEBUG_USER=y
|