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


Groups > linux.kernel > #1335870

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:40 +0100
Message-ID <r2VvI-530-33@gated-at.bofh.it> (permalink)
References <r2SxQ-35i-3@gated-at.bofh.it> <r2Vm1-4ZP-3@gated-at.bofh.it> <r2Vm4-4ZP-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tuesday 16 February 2016 22:27:06 Thomas Petazzoni wrote:
> Arnd,
> 
> On Tue, 16 Feb 2016 22:20:51 +0100, Arnd Bergmann wrote:
> 
> > > +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.
> 
> Hm, what's the different between "depends on SERIAL_MVEBU_UART" and
> "depends on SERIAL_MVEBU_UART" ? Is it the late time that causes my
> eyes to misunderstand what you mean, or some typo on your side ? 
> 


typo: I meant

	depends on SERIAL_MVEBU_UART=y


	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