app: move common configuration to Kconfig file#154
Merged
henrikbrixandersen merged 3 commits intoCANnectivity:mainfrom Dec 30, 2025
Merged
app: move common configuration to Kconfig file#154henrikbrixandersen merged 3 commits intoCANnectivity:mainfrom
henrikbrixandersen merged 3 commits intoCANnectivity:mainfrom
Conversation
CANnectivity is a single-function USB device. Remove the Kconfig option for marking it as a composite USB device. This was forgotten in commit 4633481. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
The gs_usb host test suite is a single-function USB device. Remove the Kconfig option for marking it as a composite USB device. This was forgotten in commit 4633481. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
Move the common configuration shared between the various prj*.conf files to the Kconfig file. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1b110c0 to
6a2703a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move the common configuration shared between the various
prj*.conffiles to theKconfigfile. Remove all occurrences ofCONFIG_USB_COMPOSITE_DEVICE=y.