[PATCH v3 1/3] Convert CONFIG_SYS_L2_PL310 to Kconfig
Marek Behún
kabel at kernel.org
Tue Aug 9 15:18:38 CEST 2022
On Tue, 9 Aug 2022 15:16:35 +0200
Marek Behún <kabel at kernel.org> wrote:
> > I agree -- I think your proposal to make this non-user-configurable is
> > changing the behavior, see:
> >
> > Before -- you could comment the entry in include/configs/board.h out to
> > deselect an option.
> > After -- you can flip Kconfig switch to deselect an option.
>
> I don't think we should consider changing sources as something that
> end-user should be expected to do if they want to enable/disable
> something.
If we do, we can also have, if we use "select" instead of "default y on
MVEBU":
Before -- you could comment the entry in include/configs/board.h out to
deselect an option.
After -- you can comment the select in Kconfig :)
Marek
More information about the U-Boot
mailing list