29 Sep, 2011

1 commit


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
     

09 Aug, 2010

1 commit


15 Jun, 2010

1 commit

  • Acked-by: Grant Likely

    On 5 May 2010 21:33, "Anton Blanchard" wrote:

    CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not
    be required for any distro in the last 3 or 4 years, so disable it.

    Signed-off-by: Anton Blanchard
    Signed-off-by: Benjamin Herrenschmidt

    Grant Likely
     

11 Mar, 2010

1 commit


31 Dec, 2009

1 commit


16 Oct, 2009

1 commit


21 Apr, 2009

1 commit


30 Jan, 2009

1 commit


27 Jan, 2009

1 commit

  • Now that all EEPROM drivers live in the same place, let's harmonize
    their symbol names.

    Also fix eeprom's dependencies, it definitely needs sysfs, and is no
    longer experimental after many years in the kernel tree.

    Signed-off-by: Jean Delvare
    Acked-by: Wolfram Sang
    Cc: David Brownell

    Jean Delvare
     

15 Nov, 2008

1 commit


29 Apr, 2008

1 commit

  • Board-specific defconfigs based on current mpc5200_defconfig, archival
    lite5200_defconfig, and [cm5200|motionpro|tqm5200]_defconfig from the
    linux-2.6-denx tree. Kernels build using these defconfigs were verified
    to boot with root filesystem mounted over NFS on Motion-PRO, TQM5200
    and Lite5200B boards. CM5200 target was not tested due to hardware
    unavailability.

    Signed-off-by: Bartlomiej Sieka
    Signed-off-by: Grant Likely

    Bartlomiej Sieka