mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ASoC: fix SND_PXA2XX_LIB Kconfig warning
Fix following warning observed when SND_PXA2XX_SOC is set and SND_ARM isn't: warning: (SND_PXA2XX_AC97 && SOUND && !M68K && SND && SND_ARM && ARCH_PXA || SND_PXA2XX_SOC && SOUND && !M68K && SND && SND_SOC && ARCH_PXA) selects SND_PXA2XX_LIB which has unmet direct dependencies (SOUND && !M68K && SND && SND_ARM) Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
		
							parent
							
								
									d6f443ae4c
								
							
						
					
					
						commit
						846172dfe3
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
config SND_PXA2XX_SOC
 | 
					config SND_PXA2XX_SOC
 | 
				
			||||||
	tristate "SoC Audio for the Intel PXA2xx chip"
 | 
						tristate "SoC Audio for the Intel PXA2xx chip"
 | 
				
			||||||
	depends on ARCH_PXA
 | 
						depends on ARCH_PXA
 | 
				
			||||||
 | 
						select SND_ARM
 | 
				
			||||||
	select SND_PXA2XX_LIB
 | 
						select SND_PXA2XX_LIB
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  Say Y or M if you want to add support for codecs attached to
 | 
						  Say Y or M if you want to add support for codecs attached to
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue