linux: only configure IDE to "no" pre-5.14
When trying to build a 5.14 (rc-*), this fails to build otherwise: > error: unused option: IDE
This commit is contained in:
parent
e60aa92068
commit
ced7721191
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ let
|
||||||
POSIX_MQUEUE = yes;
|
POSIX_MQUEUE = yes;
|
||||||
FRONTSWAP = yes;
|
FRONTSWAP = yes;
|
||||||
FUSION = yes; # Fusion MPT device support
|
FUSION = yes; # Fusion MPT device support
|
||||||
IDE = no; # deprecated IDE support
|
IDE = whenOlder "5.14" no; # deprecated IDE support, removed in 5.14
|
||||||
IDLE_PAGE_TRACKING = yes;
|
IDLE_PAGE_TRACKING = yes;
|
||||||
IRDA_ULTRA = whenOlder "4.17" yes; # Ultra (connectionless) protocol
|
IRDA_ULTRA = whenOlder "4.17" yes; # Ultra (connectionless) protocol
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue