Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

##
## NUC900 series AC97 API
##
config CONFIG_SND_SOC_NUC900
	tristate "SoC Audio for NUC900 series"
	depends on CONFIG_ARCH_W90X900
	select CONFIG_SND_SOC_NUC900_AC97
	help
	  This option enables support for AC97 mode on the NUC900 SoC.

config CONFIG_SND_SOC_NUC900_AC97
	tristate
	select CONFIG_AC97_BUS
	select CONFIG_SND_AC97_CODEC
	select CONFIG_SND_SOC_AC97_BUS


##
## Boards
##
config CONFIG_SND_SOC_NUC900EVB
	tristate "NUC900 AC97 support for demo board"
	depends on CONFIG_SND_SOC_NUC900
	select CONFIG_SND_SOC_NUC900_AC97
	select CONFIG_SND_SOC_AC97_CODEC
	help
	  Select this option to enable audio (AC97) on the
	  NUC900 demoboard.