summaryrefslogtreecommitdiffstats
path: root/rules/host-squashfs-tools.in
blob: b6f3e8f4f6ba0501571e57e6d416b9df1073b115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=hosttools_noprompt

config HOST_SQUASHFS_TOOLS
	tristate
	select HOST_ZLIB
	select HOST_LIBLZO	if HOST_SQUASHFS_TOOLS_LZO_SUPPORT
	select HOST_LZ4		if HOST_SQUASHFS_TOOLS_LZ4_SUPPORT
	select HOST_XZ		if HOST_SQUASHFS_TOOLS_XZ_SUPPORT
	select HOST_ZSTD	if HOST_SQUASHFS_TOOLS_ZSTD_SUPPORT
	default y if ALLYES

if HOST_SQUASHFS_TOOLS

config HOST_SQUASHFS_TOOLS_LZO_SUPPORT
	bool

config HOST_SQUASHFS_TOOLS_LZ4_SUPPORT
	bool

config HOST_SQUASHFS_TOOLS_XZ_SUPPORT
	bool

config HOST_SQUASHFS_TOOLS_ZSTD_SUPPORT
	bool

endif