zephyr/drivers
Ulf Magnusson 975de21858 kconfig: Global whitespace/consistency cleanup
Clean up space errors and use a consistent style throughout the Kconfig
files. This makes reading the Kconfig files more distraction-free, helps
with grepping, and encourages the same style getting copied around
everywhere (meaning another pass hopefully won't be needed).

Go for the most common style:

 - Indent properties with a single tab, including for choices.

   Properties on choices work exactly the same syntactically as
   properties on symbols, so not sure how the no-indentation thing
   happened.

 - Indent help texts with a tab followed by two spaces

 - Put a space between 'config' and the symbol name, not a tab. This
   also helps when grepping for definitions.

 - Do '# A comment' instead of '#A comment'

I tweaked Kconfiglib a bit to find most of the stuff.

Some help texts were reflowed to 79 columns with 'gq' in Vim as well,
though not all, because I was afraid I'd accidentally mess up
formatting.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-01 15:53:23 +01:00
..
adc drivers: adc: mcux_adc12: use DT_INST defines for instances 2019-10-30 09:21:45 +01:00
audio kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
bluetooth drivers: hci: stm32_ipm: disable proper LSI 2019-10-18 08:24:42 -05:00
can kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
clock_control kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
console kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
counter libc: Use select REQUIRES_FULL_LIBC instead of select NEWLIB_LIBC 2019-11-01 14:18:36 +01:00
crypto cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
display kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
dma kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
entropy esp32: drivers: Add Entropy Device tree support 2019-10-24 09:09:41 -05:00
espi doc: fix misspellings in Kconfig files 2019-10-30 10:24:30 +01:00
ethernet kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
flash kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
gpio kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
hwinfo drivers: hwinfo: Add LiteX DNA driver 2019-09-21 21:36:00 +02:00
i2c kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
i2s coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
ieee802154 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
interrupt_controller kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
ipm Kconfig: Remove copy-pasted comments on some promptless symbols 2019-10-17 13:05:24 -05:00
kscan kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
led kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
led_strip kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
modem driver: modem: add simple power management to modem receiver 2019-09-08 12:41:29 +02:00
net kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
neural_net
pcie
pinmux kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
ps2 kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
ptp_clock kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
pwm kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
sensor kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
serial drivers: serial: liteuart: Remove unused UART_LITEUART_PORT_0 symbol 2019-10-29 06:16:27 +01:00
spi kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
timer kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
usb coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
video drivers: video: Remove dedicated sensor dir 2019-10-25 15:13:53 -05:00
watchdog kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
wifi kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
CMakeLists.txt drivers: video: Add MCUX CSI video driver 2019-10-25 15:13:53 -05:00
Kconfig drivers: video: Add MCUX CSI video driver 2019-10-25 15:13:53 -05:00