[Buildroot] [PATCH v1 0/2] Checking whether a certain CONFIG_* is set

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Aug 19 19:08:30 UTC 2015


Dear Yann E. MORIN,

On Wed, 19 Aug 2015 21:05:34 +0200, Yann E. MORIN wrote:

> I think the plan I'll be goign with is to add a hidden Kconfig knob that
> packages that want to build a kernel module will have to select.
> 
> Then, if that option is set, we can force-on support for modules in
> linux.mk. Note: if the option is not set, we would *not* disable support
> for modules, and let it as set in the user-provided (def)config file.
> 
> So, all in all, that would solve the xtables-addons issue, because we
> would be handling CONFIG_MODULE explicitly.

Sounds good to me.

> Now, there are two questions:
> 
>   - will we need to _check_ for any arbitrary kernel option to be set,
>     and offer packages a simple mean to do so?
> 
>   - will we need to _force_ (on or off) any other kernel option, and
>     offer packages a simple mean to do so?

We already do your second item.

In general, I'd like to keep the handling of the kernel configuration
to be as minimal as possible. Otherwise, we'll quickly enter a
situation where we need to enable different kernel options depending on
the kernel version. It can quickly become a real nightmare. Buildroot
has always been about the user knowing what (s)he is doing, including
in terms of making sure that the kernel configuration matches what is
done in userspace.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list