From: Daniel Scheller Date: Wed, 7 Mar 2018 19:23:47 +0000 (-0500) Subject: media: dvb-frontends/cxd2099: Kconfig additions X-Git-Tag: v4.19~1321^2~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d158490ae52062411f16f7af4b45efa6620cd47c;p=platform%2Fkernel%2Flinux-rpi.git media: dvb-frontends/cxd2099: Kconfig additions The cxd2099 driver makes use of the Regmap I2C kernel API, thus add "select REGMAP_I2C" to it's Kconfig block. Also, make it default "m" if !MEDIA_SUBDRV_AUTOSELECT, just like every other dvb-frontend driver. And, while at it, remove the hyphens around the help tag. Cc: Jasmin Jessich Signed-off-by: Daniel Scheller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 2ad8190..fcfa113 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -912,7 +912,9 @@ comment "Common Interface (EN50221) controller drivers" config DVB_CXD2099 tristate "CXD2099AR Common Interface driver" depends on DVB_CORE && I2C - ---help--- + select REGMAP_I2C + default m if !MEDIA_SUBDRV_AUTOSELECT + help A driver for the CI controller currently found mostly on Digital Devices DuoFlex CI (single) addon modules.