diff options
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index eeb45225248f..2d4d4e3bc4aa 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -40,6 +40,12 @@ config ZLIB_DEFLATE | |||
40 | tristate | 40 | tristate |
41 | 41 | ||
42 | # | 42 | # |
43 | # Generic allocator support is selected if needed | ||
44 | # | ||
45 | config GENERIC_ALLOCATOR | ||
46 | boolean | ||
47 | |||
48 | # | ||
43 | # reed solomon support is select'ed if needed | 49 | # reed solomon support is select'ed if needed |
44 | # | 50 | # |
45 | config REED_SOLOMON | 51 | config REED_SOLOMON |