[<prev] [next>] [day] [month] [year] [list]
Message-ID: <558DA7CD.60708@infradead.org>
Date: Fri, 26 Jun 2015 12:28:13 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-media <linux-media@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
CC: Mauro Carvalho Chehab <mchehab@....samsung.com>,
Konstantin Dimitrov <kosio.dimitrov@...il.com>
Subject: [PATCH -next] media/dvb: fix ts2020.c Kconfig and build
From: Randy Dunlap <rdunlap@...radead.org>
Fix kconfig warning that is caused by DVB_TS2020:
warning: (DVB_TS2020 && SND_SOC_ADAU1761_I2C && SND_SOC_ADAU1781_I2C && SND_SOC_ADAU1977_I2C && SND_SOC_RT5677 && EXTCON_MAX14577 && EXTCON_MAX77693 && EXTCON_MAX77843) selects REGMAP_I2C which has unmet direct dependencies (I2C)
This fixes many subsequent build errors.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Mauro Carvalho Chehab <mchehab@....samsung.com>
Cc: Konstantin Dimitrov <kosio.dimitrov@...il.com>
---
drivers/media/dvb-frontends/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20150626.orig/drivers/media/dvb-frontends/Kconfig
+++ linux-next-20150626/drivers/media/dvb-frontends/Kconfig
@@ -240,7 +240,7 @@ config DVB_SI21XX
config DVB_TS2020
tristate "Montage Tehnology TS2020 based tuners"
- depends on DVB_CORE
+ depends on DVB_CORE && I2C
select REGMAP_I2C
default m if !MEDIA_SUBDRV_AUTOSELECT
help
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists