kconfig: add spdx license identifier

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
This commit is contained in:
Janusz Jankowski 2019-06-01 21:37:26 +02:00 committed by Liam Girdwood
parent c6064624f6
commit aee1b1e765
10 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
mainmenu "SOF $(PROJECTVERSION) Configuration"
comment "Compiler: $(CC_VERSION_TEXT)"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
source "src/arch/Kconfig"
source "src/platform/Kconfig"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Generic architecture configs
source "src/arch/$(ARCH)/Kconfig"

View File

@ -1 +1,3 @@
# SPDX-License-Identifier: BSD-3-Clause
# Host architecture configs

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Xtensa-specific architecture configs
menu "Xtensa Architecture"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
menu "Audio components"
config COMP_DAI

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
menu "Drivers"
source "src/drivers/intel/cavs/Kconfig"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
config CAVS_DMIC
bool "Intel cAVS DMIC driver"
depends on CAVS

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
# Trace configs
menu "Trace"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
menu "Platform"
choice