tty: serial: bcm63xx: Update the Kconfig help text
Remove incorrect "bcm963xx_uart" module name; add a list of known users; tweak grammar/indentation/capitalization. Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
048c1df7e2
commit
4b65208f3a
1 changed files with 9 additions and 7 deletions
|
@ -1281,22 +1281,24 @@ config SERIAL_TIMBERDALE
|
||||||
Add support for UART controller on timberdale.
|
Add support for UART controller on timberdale.
|
||||||
|
|
||||||
config SERIAL_BCM63XX
|
config SERIAL_BCM63XX
|
||||||
tristate "bcm63xx serial port support"
|
tristate "Broadcom BCM63xx/BCM33xx UART support"
|
||||||
select SERIAL_CORE
|
select SERIAL_CORE
|
||||||
depends on MIPS || ARM || COMPILE_TEST
|
depends on MIPS || ARM || COMPILE_TEST
|
||||||
help
|
help
|
||||||
If you have a bcm63xx CPU, you can enable its onboard
|
This enables the driver for the onchip UART core found on
|
||||||
serial port by enabling this options.
|
the following chipsets:
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
BCM33xx (cable modem)
|
||||||
module will be called bcm963xx_uart.
|
BCM63xx/BCM63xxx (DSL)
|
||||||
|
BCM68xx (PON)
|
||||||
|
BCM7xxx (STB) - DOCSIS console
|
||||||
|
|
||||||
config SERIAL_BCM63XX_CONSOLE
|
config SERIAL_BCM63XX_CONSOLE
|
||||||
bool "Console on bcm63xx serial port"
|
bool "Console on BCM63xx serial port"
|
||||||
depends on SERIAL_BCM63XX=y
|
depends on SERIAL_BCM63XX=y
|
||||||
select SERIAL_CORE_CONSOLE
|
select SERIAL_CORE_CONSOLE
|
||||||
help
|
help
|
||||||
If you have enabled the serial port on the bcm63xx CPU
|
If you have enabled the serial port on the BCM63xx CPU
|
||||||
you can make it the console by answering Y to this option.
|
you can make it the console by answering Y to this option.
|
||||||
|
|
||||||
config SERIAL_GRLIB_GAISLER_APBUART
|
config SERIAL_GRLIB_GAISLER_APBUART
|
||||||
|
|
Loading…
Add table
Reference in a new issue