summaryrefslogtreecommitdiff
path: root/sound/soc/sti/Kconfig
blob: 64a690077023a44293c89722b75b07ec528e540b (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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).
authorHoria Geantă <horia.geanta@nxp.com>2016-12-05 11:06:58 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2016-12-07 19:55:17 +0800
commit39eaf759466f4e3fbeaa39075512f4f345dffdc8 (patch)
treedab5cd98db3202110e8e6c11ec4ae0922599feff /drivers/usb/storage
parent9e5f7a149e00d211177f6de8be427ebc72a1c363 (diff)
crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel
Start with a clean slate before dealing with bit 16 (pointer size) of Master Configuration Register. This fixes the case of AArch64 boot loader + AArch32 kernel, when the boot loader might set MCFGR[PS] and kernel would fail to clear it. Cc: <stable@vger.kernel.org> Reported-by: Alison Wang <alison.wang@nxp.com> Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Reviewed-By: Alison Wang <Alison.wang@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/usb/storage')