aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-06-18 09:19:11 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:53:03 -0400
commit5b89ecf98998911f397fa913b06ee2304a373e54 (patch)
tree1d89d7b8fa0e5e330ce6e43ac13085de1d6fedb5 /drivers/media/video/em28xx/Kconfig
parent0f8a61fc42a618e25c61549590c35c66c63e2ca7 (diff)
[media] em28xx: Allow to compile it without RC/input support
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/Kconfig')
-rw-r--r--drivers/media/video/em28xx/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig
index 3cb78f26df90..49878fd0c8f4 100644
--- a/drivers/media/video/em28xx/Kconfig
+++ b/drivers/media/video/em28xx/Kconfig
@@ -3,7 +3,6 @@ config VIDEO_EM28XX
3 depends on VIDEO_DEV && I2C 3 depends on VIDEO_DEV && I2C
4 select VIDEO_TUNER 4 select VIDEO_TUNER
5 select VIDEO_TVEEPROM 5 select VIDEO_TVEEPROM
6 depends on RC_CORE
7 select VIDEOBUF_VMALLOC 6 select VIDEOBUF_VMALLOC
8 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO 7 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
9 select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO 8 select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO
@@ -44,3 +43,12 @@ config VIDEO_EM28XX_DVB
44 ---help--- 43 ---help---
45 This adds support for DVB cards based on the 44 This adds support for DVB cards based on the
46 Empiatech em28xx chips. 45 Empiatech em28xx chips.
46
47config VIDEO_EM28XX_RC
48 bool "EM28XX Remote Controller support"
49 depends on RC_CORE
50 depends on VIDEO_EM28XX
51 depends on !(RC_CORE=m && VIDEO_EM28XX=y)
52 default y
53 ---help---
54 Enables Remote Controller support on em28xx driver.