1 # SPDX-License-Identifier: GPL-2.0-only 2 # BCM2835 Platform Support 3 snd-soc-bcm2835-i2s-y := bcm2835-i2s.o 4 5 obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o 6 7 # CYGNUS Platform Support 8 snd-soc-cygnus-y := cygnus-pcm.o cygnus-ssp.o 9 10 obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o 11 12 # BCM63XX Platform Support 13 snd-soc-63xx-y := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o 14 15 obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.