lkml.org 
[lkml]   [2017]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 8/8] MIPS: Unselect ARCH_MIGHT_HAVE_PC_SERIO if MIPS_GENERIC
    Date
    From: Miodrag Dinic <miodrag.dinic@imgtec.com>

    This effectively disables i8042 driver for MIPS_GENERIC kernel platform.
    Currently, only sead-3, boston and ranchu boards are supported by the
    MIPS generic kernel and none of them require this driver.
    More specifically, kernel would crash if it gets enabled, because
    i8042 driver would try to read from an non-existent IO register.

    Signed-off-by: Miodrag Dinic <miodrag.dinic@imgtec.com>
    Signed-off-by: Goran Ferenc <goran.ferenc@imgtec.com>
    Signed-off-by: Aleksandar Markovic <aleksandar.markovic@imgtec.com>
    ---
    arch/mips/Kconfig | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
    index 8dd2035..97c9823 100644
    --- a/arch/mips/Kconfig
    +++ b/arch/mips/Kconfig
    @@ -7,7 +7,7 @@ config MIPS
    select ARCH_HAS_ELF_RANDOMIZE
    select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
    select ARCH_MIGHT_HAVE_PC_PARPORT
    - select ARCH_MIGHT_HAVE_PC_SERIO
    + select ARCH_MIGHT_HAVE_PC_SERIO if !MIPS_GENERIC
    select ARCH_SUPPORTS_UPROBES
    select ARCH_USE_BUILTIN_BSWAP
    select ARCH_USE_CMPXCHG_LOCKREF if 64BIT
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-07-21 18:58    [W:3.576 / U:0.068 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site