* [PATCH] staging/easycap: Add dependencies to Kconfig
@ 2010-06-26 19:20 Mike Thomas
2010-07-08 16:13 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Mike Thomas @ 2010-06-26 19:20 UTC (permalink / raw)
To: gregkh; +Cc: devel, linux-kernel
The "depends on" line was inadvertently omitted from the inaugural patch.
Signed-off-by: Mike Thomas <rmthomas@sciolus.org>
---
drivers/staging/easycap/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig
index 9bff7cf..bd96f39 100644
--- a/drivers/staging/easycap/Kconfig
+++ b/drivers/staging/easycap/Kconfig
@@ -1,5 +1,6 @@
config EASYCAP
tristate "EasyCAP USB ID 05e1:0408 support"
+ depends on USB && VIDEO_DEV
---help---
This is an integrated audio/video driver for EasyCAP cards with
--
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] staging/easycap: Add dependencies to Kconfig
2010-06-26 19:20 [PATCH] staging/easycap: Add dependencies to Kconfig Mike Thomas
@ 2010-07-08 16:13 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2010-07-08 16:13 UTC (permalink / raw)
To: Mike Thomas; +Cc: gregkh, devel, linux-kernel
On Sat, 26 Jun 2010 20:20:59 +0100 Mike Thomas wrote:
> The "depends on" line was inadvertently omitted from the inaugural patch.
>
> Signed-off-by: Mike Thomas <rmthomas@sciolus.org>
> ---
> drivers/staging/easycap/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig
> index 9bff7cf..bd96f39 100644
> --- a/drivers/staging/easycap/Kconfig
> +++ b/drivers/staging/easycap/Kconfig
> @@ -1,5 +1,6 @@
> config EASYCAP
> tristate "EasyCAP USB ID 05e1:0408 support"
> + depends on USB && VIDEO_DEV
>
> ---help---
> This is an integrated audio/video driver for EasyCAP cards with
> --
Thanks for the patch.
Greg, please merge...
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-08 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-26 19:20 [PATCH] staging/easycap: Add dependencies to Kconfig Mike Thomas
2010-07-08 16:13 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome