Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1335852

Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port
Date 2016-02-16 22:30 +0100
Message-ID <r2Vm1-4ZP-3@gated-at.bofh.it> (permalink)
References <r2SxQ-35i-3@gated-at.bofh.it> <r2SHw-3a7-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tuesday 16 February 2016 19:14:53 Gregory CLEMENT wrote:
> 
> +config SERIAL_MVEBU_UART
> +       bool "Marvell EBU serial port support"
> +       select SERIAL_CORE

It would be nice to make this a tristate option with

	depends on ARCH_MVEBU || COMPILE_TEST

so we can build it in an allmodconfig kernel as a standalone module
like the other drivers.

> +
> +config SERIAL_MVEBU_CONSOLE
> +       bool "Console on Marvell EBU serial port"
> +       depends on SERIAL_MVEBU_UART

then this one must become

	depends on SERIAL_MVEBU_UART

so it does not get enabled if the driver is not builtin.

	Arnd

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-02-16 19:40 +0100
  [PATCH v4 06/12] Documentation: dt-bindings: Add a new compatible for the Armada 3700 Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-02-16 19:40 +0100
  [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-02-16 19:40 +0100
    Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port Arnd Bergmann <arnd@arndb.de> - 2016-02-16 22:30 +0100
      Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for  Armada-3700 serial port Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - 2016-02-16 22:30 +0100
        Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port Arnd Bergmann <arnd@arndb.de> - 2016-02-16 22:40 +0100
    Re: [PATCH v4 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-02-18 18:40 +0100
  Re: [PATCH v4 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based Arnd Bergmann <arnd@arndb.de> - 2016-02-16 22:30 +0100
    Re: [PATCH v4 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-02-17 17:10 +0100

csiph-web