Hi everyone!
I'm trying to compile a custom kernel for my netbook. This is my first time compiling a kernel, so I'm sort of a newb. But anyway, when I run make menuconfig, I get this message:
Code:
warning: (VIDEO_PVRUSB2 && VIDEO_TLG2300 && VIDEO_USBVISION && VIDEO_CX231XX && VIDEO_TM6000 && VIDEO_EM28XX && VIDEO_IVTV && VIDEO_MXB && VIDEO_CX18 && VIDEO_CX23885 && VIDEO_CX88 && VIDEO_BT848 && VIDEO_SAA7134 && VIDEO_SAA7164 && VIDEO_GO7007) selects VIDEO_TUNER which has unmet direct dependencies (MEDIA_SUPPORT && MEDIA_TUNER)
How do I enable those dependencies? MEDIA_SUPPORT seems to already be enabled, and I can't seem to find MEDIA_TUNER.
Specific kernel version is 2.12.15 and I'm using Linux Mint 16 32-bit.