mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
561b29e4ec
The help text should be indented by at least two spaces after the 'help' separator. This is both good practice and the media_build system for building media drivers makes this assumption. I went through all Kconfigs under drivers/media and fixed any bad help sections. This makes it conform to the common practice and should fix problems with 'make menuconfig' when using media_build. This is due to a "WARNING" message that media_build can insert in the Kconfig and that assumes the help text is indented by at least two spaces. If not, then the Kconfig becomes invalid and 'make menuconfig' fails. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reported-by: Thomas Kaiser <linux-dvb@kaiser-linux.li> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
16 lines
504 B
Plaintext
16 lines
504 B
Plaintext
config DVB_B2C2_FLEXCOP_USB
|
|
tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
|
|
depends on DVB_CORE && I2C
|
|
help
|
|
Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
|
|
|
|
Say Y if you own such a device and want to use it.
|
|
|
|
config DVB_B2C2_FLEXCOP_USB_DEBUG
|
|
bool "Enable debug for the B2C2 FlexCop drivers"
|
|
depends on DVB_B2C2_FLEXCOP_USB
|
|
select DVB_B2C2_FLEXCOP_DEBUG
|
|
help
|
|
Say Y if you want to enable the module option to control debug messages
|
|
of all B2C2 FlexCop drivers.
|