OSDN Git Service

tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms
authorKevin Cernekee <cernekee@gmail.com>
Tue, 21 Oct 2014 22:22:57 +0000 (15:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 22:57:23 +0000 (14:57 -0800)
commitc0ec3fd123e9e64e095fb221ace841e00c04e40b
treefe39a2b2e9f1fb6151266951cfe18e69c8f35b9f
parent6b8bdad961647ebbc3fec8130f6487ab9fddaef4
tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms

This device was originally supported on bcm63xx only, but it shows up on
a wide variety of MIPS and ARM chipsets spanning multiple product lines.
Now that the driver has eliminated dependencies on bcm63xx-specific
header files, we can build it on any non-bcm63xx kernel.

Compile-tested on x86, both statically and as a module.  Tested for
functionality on bcm3384 (a new MIPS platform under active development).

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>
drivers/tty/serial/Kconfig