Re: [PATCH 1/3] tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other platforms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2014-10-18 19:30 GMT-07:00 Kevin Cernekee <cernekee@xxxxxxxxx>:
> 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@xxxxxxxxx>

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

> ---
>  drivers/tty/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index 649b784..4a5c0c8 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -1283,7 +1283,7 @@ config SERIAL_TIMBERDALE
>  config SERIAL_BCM63XX
>         tristate "bcm63xx serial port support"
>         select SERIAL_CORE
> -       depends on BCM63XX
> +       depends on MIPS || ARM || COMPILE_TEST
>         help
>           If you have a bcm63xx CPU, you can enable its onboard
>           serial port by enabling this options.
> --
> 2.1.1
>



-- 
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-serial" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux PPP]     [Linux FS]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Linmodem]     [Device Mapper]     [Linux Kernel for ARM]

  Powered by Linux