@@ -287,26 +287,26 @@ config SERIAL_SAMSUNG_CONSOLE
287
287
boot time.)
288
288
289
289
config SERIAL_SIRFSOC
290
- tristate "SiRF SoC Platform Serial port support"
291
- depends on ARCH_SIRF
292
- select SERIAL_CORE
293
- help
294
- Support for the on-chip UART on the CSR SiRFprimaII series,
295
- providing /dev/ttySiRF0, 1 and 2 (note, some machines may not
296
- provide all of these ports, depending on how the serial port
297
- pins are configured).
290
+ tristate "SiRF SoC Platform Serial port support"
291
+ depends on ARCH_SIRF
292
+ select SERIAL_CORE
293
+ help
294
+ Support for the on-chip UART on the CSR SiRFprimaII series,
295
+ providing /dev/ttySiRF0, 1 and 2 (note, some machines may not
296
+ provide all of these ports, depending on how the serial port
297
+ pins are configured).
298
298
299
299
config SERIAL_SIRFSOC_CONSOLE
300
- bool "Support for console on SiRF SoC serial port"
301
- depends on SERIAL_SIRFSOC=y
302
- select SERIAL_CORE_CONSOLE
303
- help
304
- Even if you say Y here, the currently visible virtual console
305
- (/dev/tty0) will still be used as the system console by default, but
306
- you can alter that using a kernel command line option such as
307
- "console=ttySiRFx". (Try "man bootparam" or see the documentation of
308
- your boot loader about how to pass options to the kernel at
309
- boot time.)
300
+ bool "Support for console on SiRF SoC serial port"
301
+ depends on SERIAL_SIRFSOC=y
302
+ select SERIAL_CORE_CONSOLE
303
+ help
304
+ Even if you say Y here, the currently visible virtual console
305
+ (/dev/tty0) will still be used as the system console by default, but
306
+ you can alter that using a kernel command line option such as
307
+ "console=ttySiRFx". (Try "man bootparam" or see the documentation of
308
+ your boot loader about how to pass options to the kernel at
309
+ boot time.)
310
310
311
311
config SERIAL_TEGRA
312
312
tristate "NVIDIA Tegra20/30 SoC serial controller"
@@ -1078,41 +1078,41 @@ config SERIAL_SCCNXP_CONSOLE
1078
1078
Support for console on SCCNXP serial ports.
1079
1079
1080
1080
config SERIAL_SC16IS7XX_CORE
1081
- tristate
1081
+ tristate
1082
1082
1083
1083
config SERIAL_SC16IS7XX
1084
- tristate "SC16IS7xx serial support"
1085
- select SERIAL_CORE
1086
- depends on (SPI_MASTER && !I2C) || I2C
1087
- help
1088
- This selects support for SC16IS7xx serial ports.
1089
- Supported ICs are SC16IS740, SC16IS741, SC16IS750, SC16IS752,
1090
- SC16IS760 and SC16IS762. Select supported buses using options below.
1084
+ tristate "SC16IS7xx serial support"
1085
+ select SERIAL_CORE
1086
+ depends on (SPI_MASTER && !I2C) || I2C
1087
+ help
1088
+ This selects support for SC16IS7xx serial ports.
1089
+ Supported ICs are SC16IS740, SC16IS741, SC16IS750, SC16IS752,
1090
+ SC16IS760 and SC16IS762. Select supported buses using options below.
1091
1091
1092
1092
config SERIAL_SC16IS7XX_I2C
1093
- bool "SC16IS7xx for I2C interface"
1094
- depends on SERIAL_SC16IS7XX
1095
- depends on I2C
1096
- select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
1097
- select REGMAP_I2C if I2C
1098
- default y
1099
- help
1100
- Enable SC16IS7xx driver on I2C bus,
1101
- If required say y, and say n to i2c if not required,
1102
- Enabled by default to support oldconfig.
1103
- You must select at least one bus for the driver to be built.
1093
+ bool "SC16IS7xx for I2C interface"
1094
+ depends on SERIAL_SC16IS7XX
1095
+ depends on I2C
1096
+ select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
1097
+ select REGMAP_I2C if I2C
1098
+ default y
1099
+ help
1100
+ Enable SC16IS7xx driver on I2C bus,
1101
+ If required say y, and say n to i2c if not required,
1102
+ Enabled by default to support oldconfig.
1103
+ You must select at least one bus for the driver to be built.
1104
1104
1105
1105
config SERIAL_SC16IS7XX_SPI
1106
- bool "SC16IS7xx for spi interface"
1107
- depends on SERIAL_SC16IS7XX
1108
- depends on SPI_MASTER
1109
- select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
1110
- select REGMAP_SPI if SPI_MASTER
1111
- help
1112
- Enable SC16IS7xx driver on SPI bus,
1113
- If required say y, and say n to spi if not required,
1114
- This is additional support to exsisting driver.
1115
- You must select at least one bus for the driver to be built.
1106
+ bool "SC16IS7xx for spi interface"
1107
+ depends on SERIAL_SC16IS7XX
1108
+ depends on SPI_MASTER
1109
+ select SERIAL_SC16IS7XX_CORE if SERIAL_SC16IS7XX
1110
+ select REGMAP_SPI if SPI_MASTER
1111
+ help
1112
+ Enable SC16IS7xx driver on SPI bus,
1113
+ If required say y, and say n to spi if not required,
1114
+ This is additional support to exsisting driver.
1115
+ You must select at least one bus for the driver to be built.
1116
1116
1117
1117
config SERIAL_TIMBERDALE
1118
1118
tristate "Support for timberdale UART"
@@ -1212,7 +1212,7 @@ config SERIAL_ALTERA_UART_CONSOLE
1212
1212
Enable a Altera UART port to be the system console.
1213
1213
1214
1214
config SERIAL_IFX6X60
1215
- tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
1215
+ tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
1216
1216
depends on GPIOLIB || COMPILE_TEST
1217
1217
depends on SPI && HAS_DMA
1218
1218
help
0 commit comments