-
Notifications
You must be signed in to change notification settings - Fork 8.1k
kconfig: treewide: use configdefault and remove redundant defaults #98006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
kconfig: treewide: use configdefault and remove redundant defaults #98006
Conversation
6708f3c
to
ce2daf7
Compare
it might seem much, but it's a lot of the same changes, just for different boards, which are all pretty trivial |
MDIO will be enabled by default by the ethernet phy, when needed, we don't need to enable it explicitly in the defconfig files. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
DISK_DRIVER_SDMMC is already by default y, if it is enabled in the dt, so we shouldn't overwrite that. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
the drivers are already enabled by default when they are activated in the device tree. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
use configdefault, when we want to change the default of a Kconfig option. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
ce2daf7
to
62aef45
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept is good, spot checks on individual files are fine.
use configdefault and remove redundant defaults