Skip to content

Commit 83072c3

Browse files
krzkgregkh
authored andcommitted
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: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ee5f771 commit 83072c3

File tree

1 file changed

+6
-6
lines changed
  • drivers/staging/vc04_services/bcm2835-audio

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# SPDX-License-Identifier: GPL-2.0
22
config SND_BCM2835
3-
tristate "BCM2835 Audio"
4-
depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
5-
select SND_PCM
6-
select BCM2835_VCHIQ
7-
help
8-
Say Y or M if you want to support BCM2835 built in audio
3+
tristate "BCM2835 Audio"
4+
depends on (ARCH_BCM2835 || COMPILE_TEST) && SND
5+
select SND_PCM
6+
select BCM2835_VCHIQ
7+
help
8+
Say Y or M if you want to support BCM2835 built in audio
99

0 commit comments

Comments
 (0)