summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:13 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:13 +0200
commit4b07af6730d2811363f158f5175138116038f7b9 (patch)
tree206044270884f80204a2da69e02ca3b6f5803185 /lib/Kconfig
parentd08c60e9d77dc0f83946cd702d383451865e66dd (diff)
downloadbarebox-4b07af6730d2811363f158f5175138116038f7b9.tar.gz
barebox-4b07af6730d2811363f158f5175138116038f7b9.tar.xz
svn_rev_643
structure cleanup
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
new file mode 100644
index 0000000000..ac86758786
--- /dev/null
+++ b/lib/Kconfig
@@ -0,0 +1,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