Commit 2f39cce9 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz Committed by Mauro Carvalho Chehab

media: remove redundant 'default n' from Kconfig-s

'default n' is the default value for any bool or tristate Kconfig
setting so there is no need to write it explicitly.

Also since commit f467c564 ("kconfig: only write '# CONFIG_FOO
is not set' for visible symbols") the Kconfig behavior is the same
regardless of 'default n' being present or not:

    ...
    One side effect of (and the main motivation for) this change is making
    the following two definitions behave exactly the same:

        config FOO
                bool

        config FOO
                bool
                default n

    With this change, neither of these will generate a
    '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied).
    That might make it clearer to people that a bare 'default n' is
    redundant.
    ...
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 3d351531
...@@ -113,7 +113,6 @@ config MEDIA_CONTROLLER_DVB ...@@ -113,7 +113,6 @@ config MEDIA_CONTROLLER_DVB
config MEDIA_CONTROLLER_REQUEST_API config MEDIA_CONTROLLER_REQUEST_API
bool "Enable Media controller Request API (EXPERIMENTAL)" bool "Enable Media controller Request API (EXPERIMENTAL)"
depends on MEDIA_CONTROLLER && STAGING_MEDIA depends on MEDIA_CONTROLLER && STAGING_MEDIA
default n
help help
DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING. DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.
...@@ -163,7 +162,6 @@ config DVB_MMAP ...@@ -163,7 +162,6 @@ config DVB_MMAP
depends on DVB_CORE depends on DVB_CORE
depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_CORE depends on VIDEO_V4L2=y || VIDEO_V4L2=DVB_CORE
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
default n
help help
This option enables DVB experimental memory-mapped API, which This option enables DVB experimental memory-mapped API, which
reduces the number of context switches to read DVB buffers, as reduces the number of context switches to read DVB buffers, as
...@@ -189,7 +187,6 @@ config DVB_NET ...@@ -189,7 +187,6 @@ config DVB_NET
config TTPCI_EEPROM config TTPCI_EEPROM
tristate tristate
depends on I2C depends on I2C
default n
source "drivers/media/dvb-core/Kconfig" source "drivers/media/dvb-core/Kconfig"
......
...@@ -18,7 +18,6 @@ config DVB_MAX_ADAPTERS ...@@ -18,7 +18,6 @@ config DVB_MAX_ADAPTERS
config DVB_DYNAMIC_MINORS config DVB_DYNAMIC_MINORS
bool "Dynamic DVB minor allocation" bool "Dynamic DVB minor allocation"
depends on DVB_CORE depends on DVB_CORE
default n
help help
If you say Y here, the DVB subsystem will use dynamic minor If you say Y here, the DVB subsystem will use dynamic minor
allocation for any device that uses the DVB major number. allocation for any device that uses the DVB major number.
...@@ -31,7 +30,6 @@ config DVB_DYNAMIC_MINORS ...@@ -31,7 +30,6 @@ config DVB_DYNAMIC_MINORS
config DVB_DEMUX_SECTION_LOSS_LOG config DVB_DEMUX_SECTION_LOSS_LOG
bool "Enable DVB demux section packet loss log" bool "Enable DVB demux section packet loss log"
depends on DVB_CORE depends on DVB_CORE
default n
help help
Enable extra log messages meant to detect packet loss Enable extra log messages meant to detect packet loss
inside the Kernel. inside the Kernel.
...@@ -44,7 +42,6 @@ config DVB_DEMUX_SECTION_LOSS_LOG ...@@ -44,7 +42,6 @@ config DVB_DEMUX_SECTION_LOSS_LOG
config DVB_ULE_DEBUG config DVB_ULE_DEBUG
bool "Enable DVB net ULE packet debug messages" bool "Enable DVB net ULE packet debug messages"
depends on DVB_CORE depends on DVB_CORE
default n
help help
Enable extra log messages meant to detect problems while Enable extra log messages meant to detect problems while
handling DVB network ULE packet loss inside the Kernel. handling DVB network ULE packet loss inside the Kernel.
......
...@@ -945,5 +945,4 @@ comment "Tools to develop new frontends" ...@@ -945,5 +945,4 @@ comment "Tools to develop new frontends"
config DVB_DUMMY_FE config DVB_DUMMY_FE
tristate "Dummy frontend driver" tristate "Dummy frontend driver"
depends on DVB_CORE depends on DVB_CORE
default n
endmenu endmenu
...@@ -35,7 +35,6 @@ config DVB_DDBRIDGE_MSIENABLE ...@@ -35,7 +35,6 @@ config DVB_DDBRIDGE_MSIENABLE
bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)" bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
depends on DVB_DDBRIDGE depends on DVB_DDBRIDGE
depends on PCI_MSI depends on PCI_MSI
default n
help help
Use PCI MSI (Message Signaled Interrupts) per default. Enabling this Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
might lead to I2C errors originating from the bridge in conjunction might lead to I2C errors originating from the bridge in conjunction
......
...@@ -2,7 +2,6 @@ config VIDEO_DT3155 ...@@ -2,7 +2,6 @@ config VIDEO_DT3155
tristate "DT3155 frame grabber" tristate "DT3155 frame grabber"
depends on PCI && VIDEO_DEV && VIDEO_V4L2 depends on PCI && VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
default n
help help
Enables dt3155 device driver for the DataTranslation DT3155 frame grabber. Enables dt3155 device driver for the DataTranslation DT3155 frame grabber.
Say Y here if you have this hardware. Say Y here if you have this hardware.
......
...@@ -31,7 +31,6 @@ config VIDEO_IVTV ...@@ -31,7 +31,6 @@ config VIDEO_IVTV
config VIDEO_IVTV_DEPRECATED_IOCTLS config VIDEO_IVTV_DEPRECATED_IOCTLS
bool "enable the DVB ioctls abuse on ivtv driver" bool "enable the DVB ioctls abuse on ivtv driver"
depends on VIDEO_IVTV depends on VIDEO_IVTV
default n
help help
Enable the usage of the a DVB set of ioctls that were abused by Enable the usage of the a DVB set of ioctls that were abused by
IVTV driver for a while. IVTV driver for a while.
...@@ -76,7 +75,6 @@ config VIDEO_FB_IVTV ...@@ -76,7 +75,6 @@ config VIDEO_FB_IVTV
config VIDEO_FB_IVTV_FORCE_PAT config VIDEO_FB_IVTV_FORCE_PAT
bool "force cx23415 framebuffer init with x86 PAT enabled" bool "force cx23415 framebuffer init with x86 PAT enabled"
depends on VIDEO_FB_IVTV && X86_PAT depends on VIDEO_FB_IVTV && X86_PAT
default n
help help
With PAT enabled, the cx23415 framebuffer driver does not With PAT enabled, the cx23415 framebuffer driver does not
utilize write-combined caching on the framebuffer memory. utilize write-combined caching on the framebuffer memory.
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
menuconfig V4L_PLATFORM_DRIVERS menuconfig V4L_PLATFORM_DRIVERS
bool "V4L platform devices" bool "V4L platform devices"
depends on MEDIA_CAMERA_SUPPORT depends on MEDIA_CAMERA_SUPPORT
default n
help help
Say Y here to enable support for platform-specific V4L drivers. Say Y here to enable support for platform-specific V4L drivers.
...@@ -154,7 +153,6 @@ config VIDEO_TI_CAL ...@@ -154,7 +153,6 @@ config VIDEO_TI_CAL
depends on SOC_DRA7XX || COMPILE_TEST depends on SOC_DRA7XX || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select V4L2_FWNODE select V4L2_FWNODE
default n
help help
Support for the TI CAL (Camera Adaptation Layer) block Support for the TI CAL (Camera Adaptation Layer) block
found on DRA72X SoC. found on DRA72X SoC.
...@@ -167,7 +165,6 @@ menuconfig V4L_MEM2MEM_DRIVERS ...@@ -167,7 +165,6 @@ menuconfig V4L_MEM2MEM_DRIVERS
bool "Memory-to-memory multimedia devices" bool "Memory-to-memory multimedia devices"
depends on VIDEO_V4L2 depends on VIDEO_V4L2
depends on MEDIA_CAMERA_SUPPORT depends on MEDIA_CAMERA_SUPPORT
default n
help help
Say Y here to enable selecting drivers for V4L devices that Say Y here to enable selecting drivers for V4L devices that
use system memory for both source and destination buffers, as opposed use system memory for both source and destination buffers, as opposed
...@@ -235,7 +232,6 @@ config VIDEO_MEDIATEK_MDP ...@@ -235,7 +232,6 @@ config VIDEO_MEDIATEK_MDP
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
select VIDEO_MEDIATEK_VPU select VIDEO_MEDIATEK_VPU
default n
help help
It is a v4l2 driver and present in Mediatek MT8173 SoCs. It is a v4l2 driver and present in Mediatek MT8173 SoCs.
The driver supports for scaling and color space conversion. The driver supports for scaling and color space conversion.
...@@ -251,7 +247,6 @@ config VIDEO_MEDIATEK_VCODEC ...@@ -251,7 +247,6 @@ config VIDEO_MEDIATEK_VCODEC
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
select VIDEO_MEDIATEK_VPU select VIDEO_MEDIATEK_VPU
default n
help help
Mediatek video codec driver provides HW capability to Mediatek video codec driver provides HW capability to
encode and decode in a range of video formats encode and decode in a range of video formats
...@@ -275,7 +270,6 @@ config VIDEO_SAMSUNG_S5P_G2D ...@@ -275,7 +270,6 @@ config VIDEO_SAMSUNG_S5P_G2D
depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
default n
help help
This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
2d graphics accelerator. 2d graphics accelerator.
...@@ -295,7 +289,6 @@ config VIDEO_SAMSUNG_S5P_MFC ...@@ -295,7 +289,6 @@ config VIDEO_SAMSUNG_S5P_MFC
depends on VIDEO_DEV && VIDEO_V4L2 depends on VIDEO_DEV && VIDEO_V4L2
depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
default n
help help
MFC 5.1 and 6.x driver for V4L2 MFC 5.1 and 6.x driver for V4L2
...@@ -458,7 +451,6 @@ config VIDEO_ROCKCHIP_RGA ...@@ -458,7 +451,6 @@ config VIDEO_ROCKCHIP_RGA
depends on ARCH_ROCKCHIP || COMPILE_TEST depends on ARCH_ROCKCHIP || COMPILE_TEST
select VIDEOBUF2_DMA_SG select VIDEOBUF2_DMA_SG
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
default n
help help
This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator. This is a v4l2 driver for Rockchip SOC RGA 2d graphics accelerator.
Rockchip RGA is a separate 2D raster graphic acceleration unit. Rockchip RGA is a separate 2D raster graphic acceleration unit.
...@@ -476,7 +468,6 @@ config VIDEO_TI_VPE ...@@ -476,7 +468,6 @@ config VIDEO_TI_VPE
select VIDEO_TI_VPDMA select VIDEO_TI_VPDMA
select VIDEO_TI_SC select VIDEO_TI_SC
select VIDEO_TI_CSC select VIDEO_TI_CSC
default n
help help
Support for the TI VPE(Video Processing Engine) block Support for the TI VPE(Video Processing Engine) block
found on DRA7XX SoC. found on DRA7XX SoC.
...@@ -529,7 +520,6 @@ config VIDEO_VIM2M ...@@ -529,7 +520,6 @@ config VIDEO_VIM2M
depends on VIDEO_DEV && VIDEO_V4L2 depends on VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
default n
help help
This is a virtual test device for the memory-to-memory driver This is a virtual test device for the memory-to-memory driver
framework. framework.
...@@ -541,7 +531,6 @@ endif #V4L_TEST_DRIVERS ...@@ -541,7 +531,6 @@ endif #V4L_TEST_DRIVERS
menuconfig DVB_PLATFORM_DRIVERS menuconfig DVB_PLATFORM_DRIVERS
bool "DVB platform devices" bool "DVB platform devices"
depends on MEDIA_DIGITAL_TV_SUPPORT depends on MEDIA_DIGITAL_TV_SUPPORT
default n
help help
Say Y here to enable support for platform-specific Digital TV drivers. Say Y here to enable support for platform-specific Digital TV drivers.
...@@ -677,7 +666,6 @@ endif #CEC_PLATFORM_DRIVERS ...@@ -677,7 +666,6 @@ endif #CEC_PLATFORM_DRIVERS
menuconfig SDR_PLATFORM_DRIVERS menuconfig SDR_PLATFORM_DRIVERS
bool "SDR platform devices" bool "SDR platform devices"
depends on MEDIA_SDR_SUPPORT depends on MEDIA_SDR_SUPPORT
default n
help help
Say Y here to enable support for platform-specific SDR Drivers. Say Y here to enable support for platform-specific SDR Drivers.
......
...@@ -13,6 +13,5 @@ config VIDEO_OMAP2_VOUT ...@@ -13,6 +13,5 @@ config VIDEO_OMAP2_VOUT
select VIDEOBUF_DMA_CONTIG select VIDEOBUF_DMA_CONTIG
select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3 select OMAP2_VRFB if ARCH_OMAP2 || ARCH_OMAP3
select FRAME_VECTOR select FRAME_VECTOR
default n
help help
V4L2 Display driver support for OMAP2/3 based boards. V4L2 Display driver support for OMAP2/3 based boards.
...@@ -3,7 +3,6 @@ config VIDEO_VICODEC ...@@ -3,7 +3,6 @@ config VIDEO_VICODEC
depends on VIDEO_DEV && VIDEO_V4L2 depends on VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
select V4L2_MEM2MEM_DEV select V4L2_MEM2MEM_DEV
default n
help help
Driver for a Virtual Codec Driver for a Virtual Codec
......
...@@ -3,7 +3,6 @@ config VIDEO_VIMC ...@@ -3,7 +3,6 @@ config VIDEO_VIMC
depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
select VIDEO_V4L2_TPG select VIDEO_V4L2_TPG
default n
help help
Skeleton driver for Virtual Media Controller Skeleton driver for Virtual Media Controller
......
...@@ -10,7 +10,6 @@ config VIDEO_VIVID ...@@ -10,7 +10,6 @@ config VIDEO_VIVID
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select VIDEO_V4L2_TPG select VIDEO_V4L2_TPG
default n
help help
Enables a virtual video driver. This driver emulates a webcam, Enables a virtual video driver. This driver emulates a webcam,
TV, S-Video and HDMI capture hardware, including VBI support for TV, S-Video and HDMI capture hardware, including VBI support for
......
...@@ -232,7 +232,6 @@ source "drivers/media/radio/wl128x/Kconfig" ...@@ -232,7 +232,6 @@ source "drivers/media/radio/wl128x/Kconfig"
menuconfig V4L_RADIO_ISA_DRIVERS menuconfig V4L_RADIO_ISA_DRIVERS
bool "ISA radio devices" bool "ISA radio devices"
depends on ISA || COMPILE_TEST depends on ISA || COMPILE_TEST
default n
help help
Say Y here to enable support for these ISA drivers. Say Y here to enable support for these ISA drivers.
......
...@@ -2,7 +2,6 @@ config USB_S2255 ...@@ -2,7 +2,6 @@ config USB_S2255
tristate "USB Sensoray 2255 video capture device" tristate "USB Sensoray 2255 video capture device"
depends on VIDEO_V4L2 depends on VIDEO_V4L2
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
default n
help help
Say Y here if you want support for the Sensoray 2255 USB device. Say Y here if you want support for the Sensoray 2255 USB device.
This driver can be compiled as a module, called s2255drv. This driver can be compiled as a module, called s2255drv.
......
...@@ -12,7 +12,6 @@ config VIDEO_V4L2 ...@@ -12,7 +12,6 @@ config VIDEO_V4L2
config VIDEO_ADV_DEBUG config VIDEO_ADV_DEBUG
bool "Enable advanced debug functionality on V4L2 drivers" bool "Enable advanced debug functionality on V4L2 drivers"
default n
help help
Say Y here to enable advanced debugging functionality on some Say Y here to enable advanced debugging functionality on some
V4L devices. V4L devices.
...@@ -20,7 +19,6 @@ config VIDEO_ADV_DEBUG ...@@ -20,7 +19,6 @@ config VIDEO_ADV_DEBUG
config VIDEO_FIXED_MINOR_RANGES config VIDEO_FIXED_MINOR_RANGES
bool "Enable old-style fixed minor ranges on drivers/video devices" bool "Enable old-style fixed minor ranges on drivers/video devices"
default n
help help
Say Y here to enable the old-style fixed-range minor assignments. Say Y here to enable the old-style fixed-range minor assignments.
Only useful if you rely on the old behavior and use mknod instead of udev. Only useful if you rely on the old behavior and use mknod instead of udev.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment