Commit c42e34c9 authored by Enrico Weigelt, metux IT consult's avatar Enrico Weigelt, metux IT consult Committed by Linus Walleij

drivers: gpio: Kconfig: pedantic formatting cleanups

Align the Kconfig formatting with the vast majority of the Kconfig
files, to make it a bit easier / more pleasant to read ;-)
Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7e9fa3c9
...@@ -27,12 +27,12 @@ config GPIOLIB_FASTPATH_LIMIT ...@@ -27,12 +27,12 @@ config GPIOLIB_FASTPATH_LIMIT
range 32 512 range 32 512
default 512 default 512
help help
This adjusts the point at which certain APIs will switch from This adjusts the point at which certain APIs will switch from
using a stack allocated buffer to a dynamically allocated buffer. using a stack allocated buffer to a dynamically allocated buffer.
You shouldn't need to change this unless you really need to You shouldn't need to change this unless you really need to
optimize either stack space or performance. Change this carefully optimize either stack space or performance. Change this carefully
since setting an incorrect value could cause stack corruption. since setting an incorrect value could cause stack corruption.
config OF_GPIO config OF_GPIO
def_bool y def_bool y
...@@ -320,7 +320,7 @@ config GPIO_MENZ127 ...@@ -320,7 +320,7 @@ config GPIO_MENZ127
depends on MCB depends on MCB
select GPIO_GENERIC select GPIO_GENERIC
help help
Say yes here to support the MEN 16Z127 GPIO Controller Say yes here to support the MEN 16Z127 GPIO Controller
config GPIO_MM_LANTIQ config GPIO_MM_LANTIQ
bool "Lantiq Memory mapped GPIOs" bool "Lantiq Memory mapped GPIOs"
...@@ -862,11 +862,11 @@ config GPIO_MAX732X ...@@ -862,11 +862,11 @@ config GPIO_MAX732X
Input and Output (designed by 'P'). The combinations are listed Input and Output (designed by 'P'). The combinations are listed
below: below:
8 bits: max7319 (8I), max7320 (8O), max7321 (8P), 8 bits: max7319 (8I), max7320 (8O), max7321 (8P),
max7322 (4I4O), max7323 (4P4O) max7322 (4I4O), max7323 (4P4O)
16 bits: max7324 (8I8O), max7325 (8P8O), 16 bits: max7324 (8I8O), max7325 (8P8O),
max7326 (4I12O), max7327 (4P12O) max7326 (4I12O), max7327 (4P12O)
Board setup code must specify the model to use, and the start Board setup code must specify the model to use, and the start
number for these GPIOs. number for these GPIOs.
...@@ -893,17 +893,17 @@ config GPIO_PCA953X ...@@ -893,17 +893,17 @@ config GPIO_PCA953X
SMBus I/O expanders, made mostly by NXP or TI. Compatible SMBus I/O expanders, made mostly by NXP or TI. Compatible
models include: models include:
4 bits: pca9536, pca9537 4 bits: pca9536, pca9537
8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554, 8 bits: max7310, max7315, pca6107, pca9534, pca9538, pca9554,
pca9556, pca9557, pca9574, tca6408, tca9554, xra1202 pca9556, pca9557, pca9574, tca6408, tca9554, xra1202
16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575, 16 bits: max7312, max7313, pca9535, pca9539, pca9555, pca9575,
tca6416 tca6416
24 bits: tca6424 24 bits: tca6424
40 bits: pca9505, pca9698 40 bits: pca9505, pca9698
config GPIO_PCA953X_IRQ config GPIO_PCA953X_IRQ
bool "Interrupt controller support for PCA953x" bool "Interrupt controller support for PCA953x"
...@@ -925,7 +925,7 @@ config GPIO_PCF857X ...@@ -925,7 +925,7 @@ config GPIO_PCF857X
8 bits: pcf8574, pcf8574a, pca8574, pca8574a, 8 bits: pcf8574, pcf8574a, pca8574, pca8574a,
pca9670, pca9672, pca9674, pca9674a, pca9670, pca9672, pca9674, pca9674a,
max7328, max7329 max7328, max7329
16 bits: pcf8575, pcf8575c, pca8575, 16 bits: pcf8575, pcf8575c, pca8575,
pca9671, pca9673, pca9675 pca9671, pca9673, pca9675
...@@ -1047,9 +1047,9 @@ config HTC_EGPIO ...@@ -1047,9 +1047,9 @@ config HTC_EGPIO
bool "HTC EGPIO support" bool "HTC EGPIO support"
depends on GPIOLIB && ARM depends on GPIOLIB && ARM
help help
This driver supports the CPLD egpio chip present on This driver supports the CPLD egpio chip present on
several HTC phones. It provides basic support for input several HTC phones. It provides basic support for input
pins, output pins, and irqs. pins, output pins, and irqs.
config GPIO_JANZ_TTL config GPIO_JANZ_TTL
tristate "Janz VMOD-TTL Digital IO Module" tristate "Janz VMOD-TTL Digital IO Module"
...@@ -1085,7 +1085,7 @@ config GPIO_LP873X ...@@ -1085,7 +1085,7 @@ config GPIO_LP873X
on LP873X PMICs. on LP873X PMICs.
This driver can also be built as a module. If so, the module will be This driver can also be built as a module. If so, the module will be
called gpio-lp873x. called gpio-lp873x.
config GPIO_LP87565 config GPIO_LP87565
tristate "TI LP87565 GPIO" tristate "TI LP87565 GPIO"
...@@ -1436,9 +1436,9 @@ config GPIO_VIPERBOARD ...@@ -1436,9 +1436,9 @@ config GPIO_VIPERBOARD
Say yes here to access the GPIO signals of Nano River Say yes here to access the GPIO signals of Nano River
Technologies Viperboard. There are two GPIO chips on the Technologies Viperboard. There are two GPIO chips on the
board: gpioa and gpiob. board: gpioa and gpiob.
See viperboard API specification and Nano See viperboard API specification and Nano
River Tech's viperboard.h for detailed meaning River Tech's viperboard.h for detailed meaning
of the module parameters. of the module parameters.
endmenu endmenu
......
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