Revision 3a61a54cd72c93afa3b7246e3ed06f26ed37fde7 authored by Linus Torvalds on 02 July 2017, 17:09:40 UTC, committed by Linus Torvalds on 02 July 2017, 17:09:40 UTC
Pull ARM fix from Russell King:
 "One final fix for 4.12 - Doug found a boot failure case triggered by
  requesting a non-even MB vmalloc size"

* 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm:
  ARM: 8685/1: ensure memblock-limit is pmd-aligned
2 parent s e18aca0 + 9e25ebf
Raw File
Kconfig
#
# STM SoC audio configuration
#
menuconfig SND_SOC_STI
	tristate "SoC Audio support for STI System-On-Chip"
	depends on SND_SOC
	depends on ARCH_STI || COMPILE_TEST
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
		Say Y if you want to enable ASoC-support for
		any of the STI platforms (e.g. STIH416).
back to top