aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/kexec-tools/Config.in
blob: 068c27e417759a9650c3eda1bbcc14f54a43f139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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