Skip to content

Commit

Permalink
base-defconfig: move top-level options to sof-defconfig and sof-dev-d…
Browse files Browse the repository at this point in the history
…efconfig

DYNAMIC_DEBUG is really a requirement for all SOF uses, that's how we
detect issues with sof-test scripts.

The rest is more for developers.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
plbossart committed Apr 24, 2024
1 parent 5a2dd8f commit ac25b59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base-defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
CONFIG_EXPERT=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y

CONFIG_FW_LOADER_COMPRESS=y
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
Expand Down
2 changes: 2 additions & 0 deletions sof-defconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# These configurations can be used by distros without issues

CONFIG_DYNAMIC_DEBUG=y

# Generic SOF selections
CONFIG_SND_SOC_SOF_TOPLEVEL=y
CONFIG_SND_SOC_SOF_PCI=m
Expand Down
4 changes: 4 additions & 0 deletions sof-dev-defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# These configurations should not be used by distros but only by
# developers

# top-level configs
CONFIG_EXPERT=y
CONFIG_PM_ADVANCED_DEBUG=y

# debug options
CONFIG_SND_SOC_SOF_DEVELOPER_SUPPORT=y
CONFIG_SND_SOC_SOF_DEBUG=y
Expand Down

0 comments on commit ac25b59

Please sign in to comment.