mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
media: correct MEDIA_TEST_SUPPORT help text
Fix grammar/wording in the help text for MEDIA_TEST_SUPPORT.
Fixes: 4b32216adb
("media: split test drivers from platform directory")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
4eb684bd22
commit
09f4d15132
1 changed files with 4 additions and 4 deletions
|
@ -141,10 +141,10 @@ config MEDIA_TEST_SUPPORT
|
|||
prompt "Test drivers" if MEDIA_SUPPORT_FILTER
|
||||
default y if !MEDIA_SUPPORT_FILTER
|
||||
help
|
||||
Those drivers should not be used on production Kernels, but
|
||||
can be useful on debug ones. It enables several dummy drivers
|
||||
that simulate a real hardware. Very useful to test userspace
|
||||
applications and to validate if the subsystem core is doesn't
|
||||
These drivers should not be used on production kernels, but
|
||||
can be useful on debug ones. This option enables several dummy drivers
|
||||
that simulate real hardware. Very useful to test userspace
|
||||
applications and to validate if the subsystem core doesn't
|
||||
have regressions.
|
||||
|
||||
Say Y if you want to use some virtual test driver.
|
||||
|
|
Loading…
Add table
Reference in a new issue