diff mbox

[for,v4.2] cobalt: set Kconfig default to n

Message ID 5583B729.30601@xs4all.nl (mailing list archive)
State New, archived
Headers show

Commit Message

Hans Verkuil June 19, 2015, 6:31 a.m. UTC
Since this board is a Cisco-internal board there is no point in having it compiled
by default. So set the Kconfig default to n.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Mauro Carvalho Chehab June 19, 2015, 9:16 a.m. UTC | #1
Em Fri, 19 Jun 2015 08:31:05 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> Since this board is a Cisco-internal board there is no point in having it compiled
> by default. So set the Kconfig default to n.

This should not change anything. The default for all options that aren't
specified are already 'n'.

> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> 
> diff --git a/drivers/media/pci/cobalt/Kconfig b/drivers/media/pci/cobalt/Kconfig
> index 3be1b2c..4d0777a 100644
> --- a/drivers/media/pci/cobalt/Kconfig
> +++ b/drivers/media/pci/cobalt/Kconfig
> @@ -7,6 +7,7 @@ config VIDEO_COBALT
>  	select VIDEO_ADV7511
>  	select VIDEO_ADV7842
>  	select VIDEOBUF2_DMA_SG
> +	default n
>  	---help---
>  	  This is a video4linux driver for the Cisco PCIe Cobalt card.
>  
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/media/pci/cobalt/Kconfig b/drivers/media/pci/cobalt/Kconfig
index 3be1b2c..4d0777a 100644
--- a/drivers/media/pci/cobalt/Kconfig
+++ b/drivers/media/pci/cobalt/Kconfig
@@ -7,6 +7,7 @@  config VIDEO_COBALT
 	select VIDEO_ADV7511
 	select VIDEO_ADV7842
 	select VIDEOBUF2_DMA_SG
+	default n
 	---help---
 	  This is a video4linux driver for the Cisco PCIe Cobalt card.