Skip to content

Commit

Permalink
kconfig: add spdx license identifier
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
  • Loading branch information
jajanusz authored and lgirdwood committed Jun 2, 2019
1 parent c606462 commit aee1b1e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

mainmenu "SOF $(PROJECTVERSION) Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"
Expand Down
2 changes: 2 additions & 0 deletions src/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

source "src/arch/Kconfig"

source "src/platform/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions src/arch/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

# Generic architecture configs

source "src/arch/$(ARCH)/Kconfig"
2 changes: 2 additions & 0 deletions src/arch/host/Kconfig
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# SPDX-License-Identifier: BSD-3-Clause

# Host architecture configs
2 changes: 2 additions & 0 deletions src/arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

# Xtensa-specific architecture configs

menu "Xtensa Architecture"
Expand Down
2 changes: 2 additions & 0 deletions src/audio/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

menu "Audio components"

config COMP_DAI
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

menu "Drivers"

source "src/drivers/intel/cavs/Kconfig"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/intel/cavs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

config CAVS_DMIC
bool "Intel cAVS DMIC driver"
depends on CAVS
Expand Down
2 changes: 2 additions & 0 deletions src/lib/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

# Trace configs

menu "Trace"
Expand Down
2 changes: 2 additions & 0 deletions src/platform/Kconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause

menu "Platform"

choice
Expand Down

0 comments on commit aee1b1e

Please sign in to comment.