summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
blob: ac867587866f40db1f9e6409aaf5e9041b84d683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config ZLIB
	bool

config BZLIB
	bool

config CRC32
	bool

config DYNAMIC_CRC_TABLE
	bool
	prompt "Generate the crc32 table dynamically"
	default y
	help
	  Saying yes to this option saves around 800 bytes of binary size.
	  If unsure say yes.

config CRC16
	bool