-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Remove CONFIG_PINCTRL from all defconfig files #78619
Comments
These boards are not owned by Infineon (ifyall): boards/madmachine/mm_feather/mm_feather_defconfig |
There is actually a gap there but for some reason github is added a gap between the infineon ones too, but if you edit the post it will show no line gaps for the infineon boards but one after before the madmachine ones. Have added horizontal rulers and now they're aligned... github... |
This PR fixes zephyrproject-rtos#78619 for the Mikroe RA4M1 Clicker board. Signed-off-by: Ian Morris <[email protected]>
This PR fixes zephyrproject-rtos#78619 for the Mikroe RA4M1 Clicker board. Signed-off-by: Ian Morris <[email protected]>
This PR fixes zephyrproject-rtos#78619 for the Mikroe RA4M1 Clicker board. Signed-off-by: Ian Morris <[email protected]>
Remove CONFIG_PINCTRL from all defconfig files. Fixes zephyrproject-rtos#78619 Signed-off-by: Ioannis Damigos <[email protected]>
The CONFIG_PINCTRL is removed from the board's defconfig files. Drivers which use pin control function should add "select PINCTRL" in their Kconfig files. Fixes zephyrproject-rtos#78619 Signed-off-by: Jun Lin <[email protected]>
Remove CONFIG_PINCTRL from rcar defconfig files Fixes: zephyrproject-rtos#78619 Signed-off-by: Aymeric Aillet <[email protected]>
Remove CONFIG_PINCTRL from rcar defconfig files Fixes: zephyrproject-rtos#78619 Signed-off-by: Aymeric Aillet <[email protected]>
- Move selection of CONFIG_PINCTRL from soc to individual drivers - in accordance with issue zephyrproject-rtos#78619 Signed-off-by:McAtee Maxwell <[email protected]>
- Move selection of CONFIG_PINCTRL from soc to individual drivers - in accordance with issue zephyrproject-rtos#78619 Signed-off-by: McAtee Maxwell <[email protected]>
Hi @nordicjm, |
|
Do you mean listing the SoCs in the Kconfig of the driver? Wouldn't such a list grow uncontrollably for drivers used by many different SoCs from different vendors, like ns16550? |
you can always do |
Considering that we have a bunch of Kconfig macros for DT, I wonder if it'd be possible to use those to detect if a DT node with the ns16550 compat has a |
What I mean is, something like this:
|
- Move selection of CONFIG_PINCTRL from soc to individual drivers - in accordance with issue #78619 Signed-off-by: McAtee Maxwell <[email protected]>
Describe the bug
This Kconfig has wrongly been added to defconfig files, it is not the right place for it, it has never been the right place for it, drivers that need it should select the symbol in their Kconfig entries. The following boards do this wrongly and need to be fixed:
#80664
@soburi #76794
@jadonk #79407
@nordicjm #78634
@nordicjm #78634
@nordicjm #78621
@ifyall
@jvasanth1 #82086
@nordicjm #78621
@MulinChao @ChiHuaL #80726
@cyliangtw #80903
@decsny @EmilioCBen #79065
#81587
@vaishnavachath #80664
@fkokosinski @kgugala @tgorochowik #78630
@soburi @KhiemNguyenT
@nordicjm #78621
@fkokosinski @kgugala @tgorochowik #78630
@jhedberg #81764
@ruuddw @evgeniy-paltsev #82132
@fkokosinski @kgugala @tgorochowik #78630
#79407
@vaishnavachath
@nordicjm #78621
@ydamigos #79424
@nandojve
@nandojve
@ifyall #81681
@Dino-Li @GTLin08 @RuibinChang
@jvasanth1 @VenkatKotakonda @albertofloyd
@soburi
@soburi @KhiemNguyenT
@aaillet @lorc #81666
@andy-liu-telink
@vaishnavachath
Please submit fixes then tick once they have been merged.
The text was updated successfully, but these errors were encountered: