Skip to content
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

boards: silabs: Remove explicit enabling of PINCTRL #81764

Merged
merged 5 commits into from
Nov 26, 2024

Conversation

jhedberg
Copy link
Member

The PINCTRL option should be selected by those individual drivers which depend on it, rather than the boards explicitly enabling it.

Fixes #78619

This driver doesn't use any pinctrl APIs, so remove the include.

Signed-off-by: Johan Hedberg <[email protected]>
This driver should use PINCTRL on all Series 2 boards.

Signed-off-by: Johan Hedberg <[email protected]>
This driver should use PINCTRL also on Series 2 boards.

Signed-off-by: Johan Hedberg <[email protected]>
The gecko_eusart and gecko_usart SPI drivers should use pinctrl on all
Series 2 boards.

Signed-off-by: Johan Hedberg <[email protected]>
The PINCTRL option should instead be selected by those individual drivers
which depend on it.

Signed-off-by: Johan Hedberg <[email protected]>
@nashif nashif merged commit b5017db into zephyrproject-rtos:main Nov 26, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: I2C area: SPI SPI bus area: Timer Timer area: UART Universal Asynchronous Receiver-Transmitter platform: Silabs Silicon Labs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CONFIG_PINCTRL from all defconfig files
7 participants