linux: Disable the old IDE subsystem

This has long been deprecated in favour of the new ATA support
(CONFIG_ATA).
This commit is contained in:
Eelco Dolstra 2016-07-11 14:30:29 +02:00
parent 7b9c493d60
commit ecc26d7a40

View File

@ -10,7 +10,7 @@
`versionAtLeast`. `versionAtLeast`.
Then do test your change by building all the kernels (or at least Then do test your change by building all the kernels (or at least
their configs) in nixpkgs or else you will guarantee lots and lots their configs) in Nixpkgs or else you will guarantee lots and lots
of pain to users trying to switch to an older kernel because of some of pain to users trying to switch to an older kernel because of some
hardware problems with a new one. hardware problems with a new one.
@ -294,8 +294,6 @@ with stdenv.lib;
${optionalString (versionOlder version "4.4") '' ${optionalString (versionOlder version "4.4") ''
B43_PCMCIA? y B43_PCMCIA? y
''} ''}
BLK_DEV_CMD640_ENHANCED y # CMD640 enhanced support
BLK_DEV_IDEACPI y # IDE ACPI support
BLK_DEV_INTEGRITY y BLK_DEV_INTEGRITY y
BSD_PROCESS_ACCT_V3 y BSD_PROCESS_ACCT_V3 y
BT_HCIUART_BCSP? y BT_HCIUART_BCSP? y
@ -309,7 +307,7 @@ with stdenv.lib;
FHANDLE y # used by systemd FHANDLE y # used by systemd
FRONTSWAP y FRONTSWAP y
FUSION y # Fusion MPT device support FUSION y # Fusion MPT device support
IDE_GD_ATAPI y # ATAPI floppy support IDE n # deprecated IDE support
${optionalString (versionAtLeast version "4.3") '' ${optionalString (versionAtLeast version "4.3") ''
IDLE_PAGE_TRACKING y IDLE_PAGE_TRACKING y
''} ''}
@ -321,7 +319,6 @@ with stdenv.lib;
KEXEC_FILE y KEXEC_FILE y
KEXEC_JUMP y KEXEC_JUMP y
LDM_PARTITION y # Windows Logical Disk Manager (Dynamic Disk) support LDM_PARTITION y # Windows Logical Disk Manager (Dynamic Disk) support
LEDS_TRIGGER_IDE_DISK y # LED IDE Disk Trigger
LOGIRUMBLEPAD2_FF y # Logitech Rumblepad 2 force feedback LOGIRUMBLEPAD2_FF y # Logitech Rumblepad 2 force feedback
LOGO n # not needed LOGO n # not needed
MEDIA_ATTACH y MEDIA_ATTACH y