15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
|
|
menu "Configuration"
|
||
|
|
depends on PACKAGE_kexec
|
||
|
|
|
||
|
|
config KEXEC_ZLIB
|
||
|
|
bool
|
||
|
|
prompt "zlib support"
|
||
|
|
default y
|
||
|
|
|
||
|
|
config KEXEC_LZMA
|
||
|
|
bool
|
||
|
|
prompt "lzma support"
|
||
|
|
default n
|
||
|
|
|
||
|
|
endmenu
|