1. 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
  2. 10 1月, 2011 1 次提交
  3. 04 1月, 2011 1 次提交
  4. 11 12月, 2010 1 次提交
  5. 01 12月, 2010 1 次提交
  6. 17 11月, 2010 1 次提交
  7. 12 11月, 2010 2 次提交
  8. 23 10月, 2010 1 次提交
  9. 18 10月, 2010 1 次提交
  10. 30 9月, 2010 1 次提交
  11. 11 8月, 2010 4 次提交
  12. 05 8月, 2010 3 次提交
  13. 22 5月, 2010 5 次提交
  14. 19 5月, 2010 1 次提交
  15. 06 5月, 2010 1 次提交
  16. 03 3月, 2010 2 次提交
  17. 02 3月, 2010 1 次提交
  18. 28 2月, 2010 1 次提交
  19. 24 2月, 2010 2 次提交
  20. 08 2月, 2010 1 次提交
  21. 03 2月, 2010 2 次提交
  22. 26 1月, 2010 1 次提交
  23. 15 1月, 2010 1 次提交
  24. 25 11月, 2009 1 次提交
    • P
      serial: sh-sci: Depend on HAVE_CLK unconditionally. · edad1f20
      Paul Mundt 提交于
      The sh-sci code conditionalized the clock framework support in order to
      give the other platforms a chance to catch up. sh64 supported this some
      time ago and the forthcoming ARM changes handle this as well, this leaves
      h8300 as the odd one out. H8300 has had since 2.5 to merge it's sh-sci
      support upstream, and has yet to do so. At this point I will no longer be
      holding back the driver to support an unreponsive architecture, 7 years
      is quite enough of a grace period. Support is easily implemented on the
      architecture if and when it ever decides to merge its changes upstream.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      edad1f20
  25. 05 11月, 2009 1 次提交
  26. 02 10月, 2009 1 次提交
  27. 01 10月, 2009 1 次提交