Commit 1498dfba authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mauro Carvalho Chehab

media: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d171c45d
...@@ -208,9 +208,9 @@ config MEDIA_SUBDRV_AUTOSELECT ...@@ -208,9 +208,9 @@ config MEDIA_SUBDRV_AUTOSELECT
If unsure say Y. If unsure say Y.
config MEDIA_HIDE_ANCILLARY_SUBDRV config MEDIA_HIDE_ANCILLARY_SUBDRV
bool bool
depends on MEDIA_SUBDRV_AUTOSELECT && !COMPILE_TEST && !EXPERT depends on MEDIA_SUBDRV_AUTOSELECT && !COMPILE_TEST && !EXPERT
default y default y
config MEDIA_ATTACH config MEDIA_ATTACH
bool bool
......
...@@ -610,49 +610,49 @@ config CEC_GPIO ...@@ -610,49 +610,49 @@ config CEC_GPIO
between compatible devices. between compatible devices.
config VIDEO_SAMSUNG_S5P_CEC config VIDEO_SAMSUNG_S5P_CEC
tristate "Samsung S5P CEC driver" tristate "Samsung S5P CEC driver"
depends on ARCH_EXYNOS || COMPILE_TEST depends on ARCH_EXYNOS || COMPILE_TEST
select CEC_CORE select CEC_CORE
select CEC_NOTIFIER select CEC_NOTIFIER
help help
This is a driver for Samsung S5P HDMI CEC interface. It uses the This is a driver for Samsung S5P HDMI CEC interface. It uses the
generic CEC framework interface. generic CEC framework interface.
CEC bus is present in the HDMI connector and enables communication CEC bus is present in the HDMI connector and enables communication
between compatible devices. between compatible devices.
config VIDEO_STI_HDMI_CEC config VIDEO_STI_HDMI_CEC
tristate "STMicroelectronics STiH4xx HDMI CEC driver" tristate "STMicroelectronics STiH4xx HDMI CEC driver"
depends on ARCH_STI || COMPILE_TEST depends on ARCH_STI || COMPILE_TEST
select CEC_CORE select CEC_CORE
select CEC_NOTIFIER select CEC_NOTIFIER
help help
This is a driver for STIH4xx HDMI CEC interface. It uses the This is a driver for STIH4xx HDMI CEC interface. It uses the
generic CEC framework interface. generic CEC framework interface.
CEC bus is present in the HDMI connector and enables communication CEC bus is present in the HDMI connector and enables communication
between compatible devices. between compatible devices.
config VIDEO_STM32_HDMI_CEC config VIDEO_STM32_HDMI_CEC
tristate "STMicroelectronics STM32 HDMI CEC driver" tristate "STMicroelectronics STM32 HDMI CEC driver"
depends on ARCH_STM32 || COMPILE_TEST depends on ARCH_STM32 || COMPILE_TEST
select REGMAP select REGMAP
select REGMAP_MMIO select REGMAP_MMIO
select CEC_CORE select CEC_CORE
help help
This is a driver for STM32 interface. It uses the This is a driver for STM32 interface. It uses the
generic CEC framework interface. generic CEC framework interface.
CEC bus is present in the HDMI connector and enables communication CEC bus is present in the HDMI connector and enables communication
between compatible devices. between compatible devices.
config VIDEO_TEGRA_HDMI_CEC config VIDEO_TEGRA_HDMI_CEC
tristate "Tegra HDMI CEC driver" tristate "Tegra HDMI CEC driver"
depends on ARCH_TEGRA || COMPILE_TEST depends on ARCH_TEGRA || COMPILE_TEST
select CEC_CORE select CEC_CORE
select CEC_NOTIFIER select CEC_NOTIFIER
help help
This is a driver for the Tegra HDMI CEC interface. It uses the This is a driver for the Tegra HDMI CEC interface. It uses the
generic CEC framework interface. generic CEC framework interface.
The CEC bus is present in the HDMI connector and enables communication The CEC bus is present in the HDMI connector and enables communication
between compatible devices. between compatible devices.
config VIDEO_SECO_CEC config VIDEO_SECO_CEC
tristate "SECO Boards HDMI CEC driver" tristate "SECO Boards HDMI CEC driver"
......
...@@ -13,7 +13,7 @@ config VIDEO_SAMSUNG_EXYNOS4_IS ...@@ -13,7 +13,7 @@ config VIDEO_SAMSUNG_EXYNOS4_IS
if VIDEO_SAMSUNG_EXYNOS4_IS if VIDEO_SAMSUNG_EXYNOS4_IS
config VIDEO_EXYNOS4_IS_COMMON config VIDEO_EXYNOS4_IS_COMMON
tristate tristate
config VIDEO_S5P_FIMC config VIDEO_S5P_FIMC
tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver" tristate "S5P/EXYNOS4 FIMC/CAMIF camera interface driver"
......
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config RADIO_SI470X config RADIO_SI470X
tristate "Silicon Labs Si470x FM Radio Receiver support" tristate "Silicon Labs Si470x FM Radio Receiver support"
depends on VIDEO_V4L2 depends on VIDEO_V4L2
help help
This is a driver for devices with the Silicon Labs SI470x This is a driver for devices with the Silicon Labs SI470x
chip (either via USB or I2C buses). chip (either via USB or I2C buses).
......
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