diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2018-03-07 20:23:47 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-08 12:06:50 +0100 |
commit | d158490ae52062411f16f7af4b45efa6620cd47c (patch) | |
tree | 338aa5e2933f8f4cfca4d24df21f115d99654404 /drivers/media/dvb-frontends/Kconfig | |
parent | media: Kconfig: fix DVB dependencies (diff) | |
download | linux-d158490ae52062411f16f7af4b45efa6620cd47c.tar.xz linux-d158490ae52062411f16f7af4b45efa6620cd47c.zip |
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 <jasmin@anw.at>
Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb-frontends/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 2ad81907c714..fcfa1135557e 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. |