
9 Aug
2022
9 Aug
'22
3:18 p.m.
On Tue, 9 Aug 2022 15:16:35 +0200 Marek Behún kabel@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