Commit 83072c35 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Greg Kroah-Hartman

staging: vc04: 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>
Link: https://lore.kernel.org/r/20191120133848.13250-1-krzk@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ee5f771f
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config SND_BCM2835 config SND_BCM2835
tristate "BCM2835 Audio" tristate "BCM2835 Audio"
depends on (ARCH_BCM2835 || COMPILE_TEST) && SND depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
select SND_PCM select SND_PCM
select BCM2835_VCHIQ select BCM2835_VCHIQ
help help
Say Y or M if you want to support BCM2835 built in audio Say Y or M if you want to support BCM2835 built in audio
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