Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] Kconfig: swap VIDEO_CX88_ALSA and VIDEO_CX88_DVB

VIDEO_CX88_ALSA should not be between VIDEO_CX88_DVB and
VIDEO_CX88_DVB_ALL_FRONTENDS

When cx88-alsa was added to cx88/Kconfig, it was added in between
VIDEO_CX88_DVB and VIDEO_CX88_DVB_ALL_FRONTENDS. This caused
undesireable effects to the appearance of the menu options in
menuconfig.

This fix reorders cx88-alsa and cx88-dvb in Kconfig, to match saa7134,
and restore the correct menuconfig appearance.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Michael Krufky and committed by
Linus Torvalds
60a6dc55 7215fdb2

+14 -14
+14 -14
drivers/media/video/cx88/Kconfig
··· 15 15 To compile this driver as a module, choose M here: the 16 16 module will be called cx8800 17 17 18 - config VIDEO_CX88_DVB 19 - tristate "DVB/ATSC Support for cx2388x based TV cards" 20 - depends on VIDEO_CX88 && DVB_CORE 21 - select VIDEO_BUF_DVB 22 - ---help--- 23 - This adds support for DVB/ATSC cards based on the 24 - Connexant 2388x chip. 25 - 26 - To compile this driver as a module, choose M here: the 27 - module will be called cx88-dvb. 28 - 29 - You must also select one or more DVB/ATSC demodulators. 30 - If you are unsure which you need, choose all of them. 31 - 32 18 config VIDEO_CX88_ALSA 33 19 tristate "ALSA DMA audio support" 34 20 depends on VIDEO_CX88 && SND && EXPERIMENTAL ··· 29 43 30 44 To compile this driver as a module, choose M here: the 31 45 module will be called cx88-alsa. 46 + 47 + config VIDEO_CX88_DVB 48 + tristate "DVB/ATSC Support for cx2388x based TV cards" 49 + depends on VIDEO_CX88 && DVB_CORE 50 + select VIDEO_BUF_DVB 51 + ---help--- 52 + This adds support for DVB/ATSC cards based on the 53 + Connexant 2388x chip. 54 + 55 + To compile this driver as a module, choose M here: the 56 + module will be called cx88-dvb. 57 + 58 + You must also select one or more DVB/ATSC demodulators. 59 + If you are unsure which you need, choose all of them. 32 60 33 61 config VIDEO_CX88_DVB_ALL_FRONTENDS 34 62 bool "Build all supported frontends for cx2388x based TV cards"