summaryrefslogtreecommitdiff
path: root/sound/soc/jz4740/Kconfig
blob: 1a354a6b6e870e03982ccdd3335c036f614d459e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config SND_JZ4740_SOC
	tristate "SoC Audio for Ingenic JZ4740 SoC"
	depends on MACH_JZ4740 || COMPILE_TEST
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for codecs attached to
	  the JZ4740 I2S interface. You will also need to select the audio
	  interfaces to support below.

if SND_JZ4740_SOC

config SND_JZ4740_SOC_I2S
	tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
	depends on HAS_IOMEM
	help
	  Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
	  based boards.

config SND_JZ4740_SOC_QI_LB60
	tristate "SoC Audio support for Qi LB60"
	depends on HAS_IOMEM
	depends on JZ4740_QI_LB60 || COMPILE_TEST
	select SND_JZ4740_SOC_I2S
    select SND_SOC_JZ4740_CODEC
	help
	  Say Y if you want to add support for ASoC audio on the Qi LB60 board
	  a.k.a Qi Ben NanoNote.

endif
ca000b83cacd13fcaeda51ac'>fa19a769f82fb9a5ca000b83cacd13fcaeda51ac (diff)
objtool: Fix IRET's opcode
The IRET opcode is 0xcf according to the Intel manual and also to objdump of my vmlinux: 1ea8: 48 cf iretq Fix the opcode in arch_decode_instruction(). The previous value (0xc5) seems to correspond to LDS. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20170118132921.19319-1-jslaby@suse.cz Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/arch/powerpc/annotate')