21 May, 2019

1 commit


07 Mar, 2019

1 commit

  • 'default n' is the default value for any bool or tristate Kconfig
    setting so there is no need to write it explicitly.

    Also since commit f467c5640c29 ("kconfig: only write '# CONFIG_FOO
    is not set' for visible symbols") the Kconfig behavior is the same
    regardless of 'default n' being present or not:

    ...
    One side effect of (and the main motivation for) this change is making
    the following two definitions behave exactly the same:

    config FOO
    bool

    config FOO
    bool
    default n

    With this change, neither of these will generate a
    '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied).
    That might make it clearer to people that a bare 'default n' is
    redundant.
    ...

    Signed-off-by: Bartlomiej Zolnierkiewicz
    Signed-off-by: Ley Foon Tan

    Bartlomiej Zolnierkiewicz
     

08 May, 2017

3 commits

  • Add support for the CDX Code Density Extensions present in
    Nios II R2 . This introduces new 16bit instruction set to
    improve code density while retaining support for the 32bit
    Nios II R2 instructions.

    Signed-off-by: Marek Vasut
    Cc: Ley Foon Tan

    Marek Vasut
     
  • Add support for the BMX Bit Manipulation Extensions present in
    Nios II R2 . This introduces three new instructions, EXTRACT,
    INSERT and MERGE.

    Signed-off-by: Marek Vasut
    Cc: Ley Foon Tan

    Marek Vasut
     
  • Allow user to select between Nios2 R1 and R2. Since R1 and R2 are
    not binary compatible, we cannot have a single kernel binary and
    there is no point in having DT property for discerning these two.

    Signed-off-by: Marek Vasut
    Cc: Ley Foon Tan

    Marek Vasut
     

24 Jun, 2016

1 commit


08 Dec, 2014

2 commits