lkml.org 
[lkml]   [2014]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] lib/flex_array: make build optional
On 11/06/2014 01:33 PM, Dave Hansen wrote:
> On 11/06/2014 01:27 PM, Aristeu Rozanski wrote:
>> +config FLEX_ARRAY
>> + bool "Flexible array"
>> + default n
>> + help
>> + This option enables an implementation of flexible arrays which
>> + allows creating arrays of fixed size elements with an arbritrary
>> + size without requiring the single allocation of a contiguous area.
>> +
>> + See Documentation/flexible-arrays.txt
>
> Is there any reason to expose this to the user via Kconfig?
>
> No sane person would even turn it on if they don't need it.

IOW, I think you should just make it:

config FLEX_ARRAY
def_bool n



\
 
 \ /
  Last update: 2014-11-06 23:01    [W:0.065 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site