-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/qn908x: model kconfig #17277
cpu/qn908x: model kconfig #17277
Conversation
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.
ACK, please squash!
cpu/qn908x/periph/Kconfig
Outdated
config MODULE_PERIPH_FLEXCOMM | ||
bool | ||
depends on TEST_KCONFIG | ||
default y if MODULE_PERIPH_UART || MODULE_PERIPH_I2C |
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.
Shouldn't SPI also select this?
@iosabi
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.
very likely, SPI is a flexcomm.
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.
I can add it, it's not in the Makefile.dep
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.
maybe I forgot, thanks!
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.
Done
Please squash! |
d521770
to
ea247d2
Compare
Thanks for reviewing! |
Contribution description
This models modules for qn908x CPU and the only board that uses it: qn9080dk
Testing procedure
Issues/PRs references
Part of #16875