diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-18 09:21:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-18 09:21:20 -0300 |
commit | 5d969334204ade2828ba6de4ccfa2e9ef3d4c893 (patch) | |
tree | 2dff7ae23a6053486fa9234909047293403429b0 | |
parent | 8891fefd50d71a45d05be2a2a195e8194ae0406d (diff) | |
download | linux-3.10-5d969334204ade2828ba6de4ccfa2e9ef3d4c893.tar.gz linux-3.10-5d969334204ade2828ba6de4ccfa2e9ef3d4c893.tar.bz2 linux-3.10-5d969334204ade2828ba6de4ccfa2e9ef3d4c893.zip |
enable Hauppauge HD-PVR driver
Enable CONFIG_VIDEO_HDPVR, in order to allow using hd-pvr
driver.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rwxr-xr-x | arch/arm/configs/tizen_odroid_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_odroid_defconfig b/arch/arm/configs/tizen_odroid_defconfig index 3735fbfbb15..06348d21b7e 100755 --- a/arch/arm/configs/tizen_odroid_defconfig +++ b/arch/arm/configs/tizen_odroid_defconfig @@ -1583,7 +1583,7 @@ CONFIG_MEDIA_USB_SUPPORT=y # Analog TV USB devices # # CONFIG_VIDEO_PVRUSB2 is not set -# CONFIG_VIDEO_HDPVR is not set +CONFIG_VIDEO_HDPVR=m # CONFIG_VIDEO_TLG2300 is not set # CONFIG_VIDEO_USBVISION is not set # CONFIG_VIDEO_STK1160_COMMON is not set |