On Tue, 9 Aug 2022 15:16:35 +0200 Marek Behún <[email protected]> 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

