diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-04-12 14:04:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:39 -0400 |
commit | 1881ee89e0fe03ac5bba9045acb3bea1818f9466 (patch) | |
tree | 6f19074842f90d0dc7aaa46aac4d60d409de077e /drivers/media/dvb/frontends/Kconfig | |
parent | dbad108bdcb30629c850f5606949510da010a686 (diff) |
V4L/DVB (7571): mt312: Cleanup buffer variables of read/write functions
Change type of buffer variables from void* to u8* to save some casts.
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 0209644f222..4284a3092c1 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -369,6 +369,11 @@ config DVB_TUNER_XC5000 | |||
369 | This device is only used inside a SiP called togther with a | 369 | This device is only used inside a SiP called togther with a |
370 | demodulator for now. | 370 | demodulator for now. |
371 | 371 | ||
372 | config DVB_TUNER_ITD1000 | ||
373 | tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" | ||
374 | depends on DVB_CORE && I2C | ||
375 | default m if DVB_FE_CUSTOMISE | ||
376 | |||
372 | comment "Miscellaneous devices" | 377 | comment "Miscellaneous devices" |
373 | depends on DVB_CORE | 378 | depends on DVB_CORE |
374 | 379 | ||