mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
Fix Kconfig.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user