diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-11 12:31:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-11 12:31:04 -0300 |
commit | 9e63ad90aab3091baff361668bf7b87d5dfebbca (patch) | |
tree | 8197023f5a70eeb32e2cf025afee74883d3957a4 /linux/drivers/media/video/Kconfig | |
parent | a9d01dbf52913418e85dcc8797242984ac017280 (diff) | |
parent | 4b02add35284f34c7904c54a9e57630c0c8cbef2 (diff) | |
download | mediapointer-dvb-s2-9e63ad90aab3091baff361668bf7b87d5dfebbca.tar.gz mediapointer-dvb-s2-9e63ad90aab3091baff361668bf7b87d5dfebbca.tar.bz2 |
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-dev
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 33781089b..47102c2c8 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -72,6 +72,15 @@ config VIDEO_ADV_DEBUG V4L devices. In doubt, say N. +config VIDEO_FIXED_MINOR_RANGES + bool "Enable old-style fixed minor ranges for video devices" + default n + ---help--- + Say Y here to enable the old-style fixed-range minor assignments. + Only useful if you rely on the old behavior and use mknod instead of udev. + + When in doubt, say N. + config VIDEO_HELPER_CHIPS_AUTO bool "Autoselect pertinent encoders/decoders and other helper chips" default y |