diff options
Diffstat (limited to 'linux/drivers/media/Kconfig')
-rw-r--r-- | linux/drivers/media/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/drivers/media/Kconfig b/linux/drivers/media/Kconfig index 344d83aae..3ff3d6450 100644 --- a/linux/drivers/media/Kconfig +++ b/linux/drivers/media/Kconfig @@ -27,7 +27,6 @@ config VIDEO_DEV config VIDEO_V4L1 boolean "Enable Video For Linux API 1 (DEPRECATED)" depends on VIDEO_DEV - select VIDEO_V4L1_COMPAT default y ---help--- Enables a compatibility API used by most V4L2 devices to allow @@ -36,8 +35,8 @@ config VIDEO_V4L1 If you are unsure as to whether this is required, answer Y. config VIDEO_V4L1_COMPAT - boolean "Enable Video For Linux API 1 compatible Layer" - depends on VIDEO_DEV + tristate "Enable Video For Linux API 1 compatible Layer" + depends on VIDEO_DEV && COMPAT default y ---help--- This api were developed to be used at Kernel 2.2 and 2.4, but |