The option to customise tuners/frontends are there to allow
embedded systems or advanced users that compile their own
kernels to disable I2C modules that aren't used by their
specific device. When those options are not selected, the
building system will automatically select the modules that
are needed by each DVB device.
The end result is that dummy frontends used only for testing,
like DVB_DUMMY_FE won't be selected.
Also, when newer frontends are added (and they're added all
the times), the new ones will automatically be selected, if
the bridge drivers that support them are selected.
This also makes the configuration simpler to understand.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
+ cat .newoptions
CONFIG_VIDEO_ADV7183
CONFIG_VIDEO_VS6624
CONFIG_VIDEO_MT9M032
RPM build errors:
Those three options are used by embedded device drivers.
Not needed elsewhere.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
There are also a few new drivers for 3.5. Some fixes here are needed
for DVB to work with xine and Kaffeine.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Comment out merged patches, will drop when release is final:
ums-realtek-driver-uses-stack-memory-for-DMA.patch
epoll-fix-spurious-lockdep-warnings.patch
crypto-register-cryptd-first.patch
add-macbookair41-keyboard.patch
powerpc-Fix-deadlock-in-icswx-code.patch
iwlagn-fix-ht_params-NULL-pointer-dereference.patch
mmc-Always-check-for-lower-base-frequency-quirk-for-.patch
media-DiBcom-protect-the-I2C-bufer-access.patch
media-dib0700-protect-the-dib0700-buffer-access.patch
WMI-properly-cleanup-devices-to-avoid-crashes.patch
mac80211-fix-remain_off_channel-regression.patch
mac80211-config-hw-when-going-back-on-channel.patch
This is another hand-rolled patch from a fully updated git tree as of today.
The top level upstream commit is b6fd41e29dea9c6753b1843a77e50433e6123bcb
Also turn off debug options so we can use this kernel to test a few performance
related bugs