zephyr/drivers/gpio
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
..
CMakeLists.txt drivers: gpio: remove qmsi gpio driver 2019-09-18 11:06:18 -05:00
Kconfig drivers: gpio: remove qmsi gpio driver 2019-09-18 11:06:18 -05:00
Kconfig.altera_nios2
Kconfig.cc13xx_cc26xx
Kconfig.cc32xx
Kconfig.cc2650
Kconfig.cmsdk_ahb
Kconfig.dw
Kconfig.esp32 dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
Kconfig.gecko
Kconfig.ht16k33
Kconfig.imx
Kconfig.intel
Kconfig.mcux
Kconfig.mcux_igpio
Kconfig.mcux_lpc
Kconfig.mmio32
Kconfig.nrfx
Kconfig.pcal9535a
Kconfig.rv32m1
Kconfig.sam kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.sam0 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.sifive
Kconfig.stellaris
Kconfig.stm32
Kconfig.sx1509b gpio: sx1509b: remove non-DTS support 2019-10-23 15:34:28 -05:00
Kconfig.xec kconfig: Global whitespace/consistency cleanup 2019-11-01 15:53:23 +01:00
gpio_altera_nios2.c
gpio_cc13xx_cc26xx.c
gpio_cc32xx.c
gpio_cc2650.c
gpio_cmsdk_ahb.c
gpio_cmsdk_ahb.h
gpio_dw.c drivers: gpio: fix misuse of u8_t where bool is intended 2019-09-18 13:28:58 +08:00
gpio_dw.h drivers/gpio/gpio_dw: remove support for legacy PCI interface 2019-09-08 22:09:10 -04:00
gpio_dw_registers.h
gpio_esp32.c dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
gpio_gecko.c
gpio_handlers.c kernel: Port remaining buildable syscalls to new API 2019-09-12 11:31:50 +08:00
gpio_ht16k33.c
gpio_imx.c
gpio_intel_apl.c drivers: clean up flags in gpio_intel_apl driver 2019-09-18 13:28:58 +08:00
gpio_mchp_xec.c drivers: gpio: xec: Ensure GPIO input is enabled 2019-09-30 13:42:58 -07:00
gpio_mcux.c
gpio_mcux_igpio.c
gpio_mcux_lpc.c
gpio_mmio32.c
gpio_nrfx.c
gpio_pcal9535a.c drivers/gpio: pcal9535a: fix i2c write 2019-09-10 15:09:53 -05:00
gpio_pcal9535a.h
gpio_rv32m1.c
gpio_sam.c drivers: fix #ifdef in gpio_sam driver 2019-09-12 13:25:30 -05:00
gpio_sam0.c
gpio_shell.c
gpio_sifive.c interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
gpio_stellaris.c
gpio_stm32.c drivers: gpio: Add STM32G4X gpio support 2019-10-04 18:44:24 -07:00
gpio_stm32.h drivers: gpio: Add STM32G4X gpio support 2019-10-04 18:44:24 -07:00
gpio_sx1509b.c gpio: sx1509b: remove non-DTS support 2019-10-23 15:34:28 -05:00
gpio_utils.h