1. 20 12月, 2014 1 次提交
  2. 17 8月, 2014 1 次提交
  3. 13 2月, 2014 1 次提交
  4. 06 2月, 2014 1 次提交
  5. 04 2月, 2014 3 次提交
  6. 10 12月, 2013 1 次提交
  7. 28 11月, 2013 1 次提交
  8. 25 11月, 2013 1 次提交
  9. 21 9月, 2013 1 次提交
  10. 01 8月, 2013 1 次提交
  11. 04 6月, 2013 1 次提交
  12. 14 3月, 2013 4 次提交
  13. 23 1月, 2013 1 次提交
  14. 15 1月, 2013 1 次提交
    • S
      ARM: mach-shmobile: armadillo: update defconfig · f90755d0
      Simon Horman 提交于
      * Enable ARM_APPENDED_DTB
      
        Typically the bootloader of an armadillo board does not support DT
        so this option is useful.
      
      * Do not disable SUSPEND
      
        Suspend seems to work fine on the armadillo
      
      * Enable PM_RUNTIME
      
        This also seems to work fine.
      
      * Move command line to dts
      
        This brings us one small step closer to sharing defconfig
        between armadillo and other boards
      Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
      f90755d0
  15. 06 11月, 2012 1 次提交
  16. 15 10月, 2012 1 次提交
  17. 13 9月, 2012 1 次提交
  18. 03 9月, 2012 1 次提交
  19. 09 7月, 2012 1 次提交
  20. 30 6月, 2012 1 次提交
  21. 21 6月, 2012 1 次提交
  22. 20 6月, 2012 1 次提交
  23. 13 5月, 2012 2 次提交
  24. 10 1月, 2012 1 次提交
  25. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      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: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  26. 18 11月, 2010 1 次提交