mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Add appropriate SPDX-License-Identifier lines to the the remaining files that are missing such lines in the sound/soc directory, and in a few other miscelaneous files. Remove boilerplate license text. Signed-off-by: Tim Bird <tim.bird@sony.com> Link: https://patch.msgid.link/20260217190837.165504-1-tim.bird@sony.com Signed-off-by: Mark Brown <broonie@kernel.org>
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "Apple"
|
|
|
|
config SND_SOC_APPLE_MCA
|
|
tristate "Apple Silicon MCA driver"
|
|
depends on ARCH_APPLE || COMPILE_TEST
|
|
select SND_DMAENGINE_PCM
|
|
help
|
|
This option enables an ASoC platform driver for MCA peripherals found
|
|
on Apple Silicon SoCs.
|
|
|
|
endmenu
|