Turning off PAE support which makes kernel unbootable on older hardware causes CRASH_DUMP option to

disappear, so make it optional.
This commit is contained in:
Evgeny Egorochkin 2013-08-12 05:30:10 +03:00
parent 91358d6529
commit 339e1d94c6

View File

@ -186,7 +186,7 @@ with stdenv.lib;
BT_HCIUART_H4 y # UART (H4) protocol support BT_HCIUART_H4 y # UART (H4) protocol support
BT_HCIUART_LL y BT_HCIUART_LL y
BT_RFCOMM_TTY? y # RFCOMM TTY support BT_RFCOMM_TTY? y # RFCOMM TTY support
CRASH_DUMP n CRASH_DUMP? n
${optionalString (versionOlder version "3.1") '' ${optionalString (versionOlder version "3.1") ''
DMAR? n # experimental DMAR? n # experimental
''} ''}