Fix Kconfig.

This commit is contained in:
CrazyCat
2021-03-19 14:35:59 +02:00
parent ad3104e066
commit a681bcc377
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
#
menuconfig MISC_DEVICES
bool "Misc devices"
---help---
help
Say Y here to get to see options for device drivers from various
different categories. This option alone does not add any kernel code.

View File

@@ -1,7 +1,7 @@
menuconfig STAGING
bool "Staging drivers"
default n
---help---
help
This option allows you to select a number of drivers that are
not of the "normal" Linux kernel quality level. These drivers
are placed here in order to get a wider audience for use of
@@ -27,7 +27,7 @@ menu "Media devices in staging"
config STAGING_BROKEN
bool "Enable drivers that are known to not compile"
default n
---help---
help
Say N here, except if you will be fixing the drivers
compilation.

View File

@@ -269,7 +269,7 @@ sub checkdeps()
# Text to be added to disabled options
my $disabled_msg = <<'EOF';
---help---
help
WARNING! This driver needs at least kernel %s! It may not
compile or work correctly on your kernel, which is too old.
@@ -600,7 +600,7 @@ source "Kconfig.kern"
config VIDEO_KERNEL_VERSION
bool "Enable drivers not supported by this kernel"
default n
---help---
help
Normally drivers that require a kernel newer $version.$level.$sublevel,
the kernel you are compiling for now, will be disabled.