Re: [PATCH] Staging: speakup: Fix allyesconfig build on mn10300

2016-02-07 Thread Samuel Thibault
Geert Uytterhoeven, on Sun 07 Feb 2016 10:18:46 +0100, wrote: > I guess there are many other platforms where the UART is MMIO-driven... Actually they can't ever get to be exposed to speakup's serialio.c: their SERIAL_PORT_DFNS would set SERIAL_IO_MEM in the io_type field, but that field doesn't ev

Re: [PATCH] Staging: speakup: Fix allyesconfig build on mn10300

2016-02-07 Thread Samuel Thibault
Geert Uytterhoeven, on Sun 07 Feb 2016 10:18:46 +0100, wrote: > On Mon, Feb 1, 2016 at 9:06 AM, Samuel Thibault > wrote: > > mn10300 uses an mmio-driven uart. This is not supported by speakup, so > > prevent from enabling it. > > Just wondering, what are the symptoms of the failure? It'll try to

Re: [PATCH] Staging: speakup: Fix allyesconfig build on mn10300

2016-02-07 Thread Geert Uytterhoeven
Hi Samuel, On Mon, Feb 1, 2016 at 9:06 AM, Samuel Thibault wrote: > mn10300 uses an mmio-driven uart. This is not supported by speakup, so > prevent from enabling it. Just wondering, what are the symptoms of the failure? Is it a compile-time or run-time failure? Is this about drivers/staging/sp

Re: [PATCH] Staging: speakup: Fix allyesconfig build on mn10300

2016-02-01 Thread Greg Kroah-Hartman
On Mon, Feb 01, 2016 at 09:06:03AM +0100, Samuel Thibault wrote: > mn10300 uses an mmio-driven uart. This is not supported by speakup, so > prevent from enabling it. > > Signed-off-by: Samuel Thibault > > --- a/drivers/staging/speakup/Kconfig > +++ b/drivers/staging/speakup/Kconfig > @@ -1,7 +1,

[PATCH] Staging: speakup: Fix allyesconfig build on mn10300

2016-02-01 Thread Samuel Thibault
mn10300 uses an mmio-driven uart. This is not supported by speakup, so prevent from enabling it. Signed-off-by: Samuel Thibault --- a/drivers/staging/speakup/Kconfig +++ b/drivers/staging/speakup/Kconfig @@ -1,7 +1,7 @@ menu "Speakup console speech" config SPEAKUP - depends on VT +