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
gpio_altera_nios2.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cc13xx_cc26xx.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
gpio_cc32xx.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cc2650.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cmsdk_ahb.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_cmsdk_ahb.h cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_dw_registers.h boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
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_esp32.c dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
gpio_gecko.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_handlers.c kernel: Port remaining buildable syscalls to new API 2019-09-12 11:31:50 +08:00
gpio_ht16k33.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
gpio_imx.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
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_igpio.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mcux_lpc.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mcux.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_mmio32.c drivers/gpio: Act relevantly if GPIO_INT is an unsupported flag 2019-01-25 11:24:29 -05:00
gpio_nrfx.c drivers: gpio_nrfx: Correct the way the callbacks are fired 2019-08-14 14:49:55 +02:00
gpio_pcal9535a.c drivers/gpio: pcal9535a: fix i2c write 2019-09-10 15:09:53 -05:00
gpio_pcal9535a.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00
gpio_rv32m1.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_sam0.c cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
gpio_sam.c drivers: fix #ifdef in gpio_sam driver 2019-09-12 13:25:30 -05:00
gpio_shell.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
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 cleanup: include/: move gpio.h to drivers/gpio.h 2019-06-27 22:55:49 -04:00
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 drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
Kconfig drivers: gpio: remove qmsi gpio driver 2019-09-18 11:06:18 -05:00
Kconfig.altera_nios2 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.cc13xx_cc26xx soc: ti_simplelink: add support for TI CC13x2 / CC26x2 series 2019-05-04 09:13:43 -05:00
Kconfig.cc32xx license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.cc2650 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.cmsdk_ahb kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.dw kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.esp32 dts: esp32: Add GPIO support in DT 2019-09-25 17:39:42 +02:00
Kconfig.gecko kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.ht16k33 drivers: gpio: Remove redundant GPIO dep. from GPIO_HT16K33 2019-08-07 08:14:10 -05:00
Kconfig.imx kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.intel kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux_igpio kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mcux_lpc kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.mmio32
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.pcal9535a kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.rv32m1 kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
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 riscv: freedom: rename RISCV32 to RISCV 2019-08-08 00:29:24 -04:00
Kconfig.stellaris kconfig: gpio: Remove lots of redundant GPIO dependencies 2019-03-07 20:28:04 -05:00
Kconfig.stm32 drivers: gpio: add stm32f1x SWJ configuration 2019-08-05 13:22:34 +02:00
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