19 May, 2011

2 commits

  • Since d45dcef77019012fc6769e657fc2f1a5d681bbbb ["Bluetooth: Fix BT_L2CAP
    and BT_SCO in Kconfig"] BT_L2CAP=m and BT_SCO=m are no longer valid so
    change the settings from m to y.

    [ralf@linux-mips.org: Merging only the MIPS parts of this patch.]

    Signed-off-by: Wanlong Gao
    To: akpm@linux-foundation.org
    To: manuel.lauss@googlemail.com
    Cc: linux-arm-kernel@lists.infradead.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Cc: linuxppc-dev@lists.ozlabs.org
    Patchwork: https://patchwork.linux-mips.org/patch/2277/
    Signed-off-by: Ralf Baechle

    Wanlong Gao
     
  • Since 5ada28bf76752e33dce3d807bf0dfbe6d1b943ad ["led-class: always
    implement blinking"] LEDS_CLASS=m is no longer valid so change the setting
    from m to y.

    Signed-off-by: Wanlong Gao
    To: david.woodhouse@intel.com
    To: akpm@linux-foundation.org
    To: mingo@elte.hu
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/2276/
    Signed-off-by: Ralf Baechle

    Wanlong Gao
     

21 Jan, 2011

1 commit

  • The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
    is used to configure any non-standard kernel with a much larger scope than
    only small devices.

    This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
    references to the option throughout the kernel. A new CONFIG_EMBEDDED
    option is added that automatically selects CONFIG_EXPERT when enabled and
    can be used in the future to isolate options that should only be
    considered for embedded systems (RISC architectures, SLOB, etc).

    Calling the option "EXPERT" more accurately represents its intention: only
    expert users who understand the impact of the configuration changes they
    are making should enable it.

    Reviewed-by: Ingo Molnar
    Acked-by: David Woodhouse
    Signed-off-by: David Rientjes
    Cc: Greg KH
    Cc: "David S. Miller"
    Cc: Jens Axboe
    Cc: Arnd Bergmann
    Cc: Robin Holt
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Rientjes
     

15 Aug, 2010

1 commit


27 Feb, 2010

1 commit

  • Changes:

    o Serial port related configuration
    Disable EARLY_PRINTK, CONFIG_SYS_SUPPORTS_ZBOOT_UART16550
    Enable the serial port support as module.
    o PM related support
    Enable CPUFreq as module, use the external timer(MFGPT) instead of
    r4k timer.
    Enable Suspend support
    Enable Run Time PM support
    o Enable SM7XX Video Driver
    Disable the buggy 2d acceleration
    o Enable CONFIG_OPROFILE as module
    o Use GZIP instead of LZMA, which need less decompression time
    o Enable more USB devices support
    o Enable initrd support(needed by gNewsense)
    o Enable more crypto support

    Signed-off-by: Wu Zhangjin
    Cc: linux-mips@linux-mips.org
    Cc: yanh@lemote.com
    Cc: huhb@lemote.com
    Cc: zhangfx@lemote.com
    Patchwork: http://patchwork.linux-mips.org/patch/830/
    Signed-off-by: Ralf Baechle

    Wu Zhangjin
     

17 Dec, 2009

3 commits

  • Currently, MIPS kernels silently overwrite kernel command-line parameters
    hardcoded in CONFIG_CMDLINE by the ones received from firmware. Therefore,
    using firmware remains the only reliable method to transfer the
    command-line parameters, which is not always desirable or convenient, and
    the CONFIG_CMDLINE option is thereby effectively rendered useless.

    This patch fixes the problem described above and introduces a more flexible
    scheme of handling the kernel command line, in a manner identical to what is
    currently used for x86. The default behavior, i.e. when CONFIG_CMDLINE_BOOL
    is not defined, retains the existing semantics, and firmware command-line
    arguments override the hardcoded ones.

    [Ralf: I fixed up all the defconfig files so the stay unaffected by this
    change.]

    Signed-off-by: Dmitri Vorobiev
    Cc: linux-mips@linux-mips.org
    Patchwork: http://patchwork.linux-mips.org/patch/689/
    Signed-off-by: Ralf Baechle

    Dmitri Vorobiev
     
  • The platform has never been fully merged

    Signed-off-by: Ralf Baechle
    Cc: Thomas Koeller
    Cc: David Woodhouse
    Cc: Wim Van Sebroeck
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mtd@lists.infradead.org
    Acked-by: David Woodhouse
    Acked-by: Wim Van Sebroeck

    Ralf Baechle
     
  • Add default config file for Lemote Loongson 2F family machines. The
    resulting kernel image can be shared between Fuloong 2F, Yeeloong 2F and
    other Lemote Loongson 2F family machines.

    If you are using an old PMON, and not using a 2f box, please add a new
    command line argument in the boot.cfg.

    For example, add this argument for 8.9inches notebook:

    machtype=lemote-yeeloong-2f-8.9inches

    or

    machtype=8.9

    More information from arch/mips/loongson/common/machtype.c.

    Signed-off-by: Wu Zhangjin
    Cc: zhangfx@lemote.com
    Cc: yanh@lemote.com
    Cc: huhb@lemote.com
    Cc: Nicholas Mc Guire
    Cc: Arnaud Patard
    Cc: loongson-dev@googlegroups.com
    Cc: linux-mips@linux-mips.org
    Signed-off-by: Ralf Baechle

    Wu Zhangjin