forked from plbossart/kconfig
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Extend kconfig #93
Merged
Merged
Extend kconfig #93
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
913a780
mach-driver-defconfig: build SOF_DA7219
plbossart 5a2dd8f
amd-defconfig: add missing platforms
plbossart ac25b59
base-defconfig: move top-level options to sof-defconfig and sof-dev-d…
plbossart 2821509
soundwire-defconfig: split codecs so soundwire-codecs-defconfig
plbossart abd21d3
kconfig*.sh: fix shellcheck errors
plbossart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash | ||
|
||
set -e | ||
|
||
KCONFIG_DIR=$(dirname "${BASH_SOURCE[0]}") | ||
echo "$KCONFIG_DIR" | ||
|
||
. "$KCONFIG_DIR"/kconfig-lib.sh | ||
|
||
make defconfig | ||
$COMMAND .config \ | ||
"$KCONFIG_DIR"/base-defconfig \ | ||
"$KCONFIG_DIR"/devices-defconfig \ | ||
"$KCONFIG_DIR"/sof-defconfig \ | ||
"$KCONFIG_DIR"/amd-defconfig \ | ||
"$KCONFIG_DIR"/mach-driver-defconfig \ | ||
"$KCONFIG_DIR"/hdaudio-codecs-defconfig \ | ||
"$KCONFIG_DIR"/soundwire-defconfig \ | ||
"$@" |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# add codecs so that they are compiled even if no machine | ||
# drivers are selected | ||
CONFIG_MFD_CS42L43_SDW=m | ||
CONFIG_SND_SOC_CS35L56_SDW=m | ||
CONFIG_SND_SOC_CS42L42_SDW=m | ||
CONFIG_SND_SOC_CS42L43_SDW=m | ||
CONFIG_SND_SOC_MAX98373_SDW=m | ||
|
||
CONFIG_SND_SOC_RT1017_SDCA_SDW=m | ||
CONFIG_SND_SOC_RT1308_SDW=m | ||
CONFIG_SND_SOC_RT1316_SDW=m | ||
CONFIG_SND_SOC_RT1318_SDW=m | ||
CONFIG_SND_SOC_RT5682_SDW=m | ||
CONFIG_SND_SOC_RT700_SDW=m | ||
CONFIG_SND_SOC_RT711_SDW=m | ||
CONFIG_SND_SOC_RT711_SDCA_SDW=m | ||
CONFIG_SND_SOC_RT712_SDCA_SDW=m | ||
CONFIG_SND_SOC_RT712_SDCA_DMIC_SDW=m | ||
CONFIG_SND_SOC_RT722_SDCA_SDW=m | ||
CONFIG_SND_SOC_RT715_SDW=m | ||
CONFIG_SND_SOC_RT715_SDCA_SDW=m | ||
|
||
# SoundWire mockup codec | ||
CONFIG_SND_SOC_SDW_MOCKUP=m |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,3 @@ | ||
CONFIG_SOUNDWIRE=m | ||
CONFIG_SOUNDWIRE_INTEL=m | ||
CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m | ||
|
||
# add codecs so that they are compiled even if no machine | ||
# drivers are selected | ||
CONFIG_SND_SOC_RT700_SDW=m | ||
CONFIG_SND_SOC_RT711_SDW=m | ||
CONFIG_SND_SOC_RT1308_SDW=m | ||
CONFIG_SND_SOC_RT715_SDW=m | ||
CONFIG_SND_SOC_RT711_SDCA_SDW=m | ||
CONFIG_SND_SOC_RT1316_SDW=m | ||
CONFIG_SND_SOC_RT1318_SDW=m | ||
CONFIG_SND_SOC_RT715_SDCA_SDW=m | ||
|
||
# SoundWire mockup codec | ||
CONFIG_SND_SOC_SDW_MOCKUP=m |
Oops, something went wrong.
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.
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 think this file is only meant to be sourced, not invoked directory so I wouldn't do this.
shellcheck is like checkpatch: it's right most of the time but all the time.
There are ways to silence specific warnings but since shellcheck is not run in CI in this repo then I wouldn't bother.