Skip to content
Snippets Groups Projects
  1. Jan 21, 2011
    • David Rientjes's avatar
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes authored
      
      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: default avatarIngo Molnar <mingo@elte.hu>
      Acked-by: default avatarDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: default avatarDavid 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: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  2. Jun 10, 2010
  3. Dec 18, 2009
  4. Nov 27, 2009
  5. Nov 08, 2009
  6. Aug 24, 2009
  7. Jun 08, 2009
  8. May 05, 2009
  9. Mar 23, 2009
  10. Mar 16, 2009
  11. Jan 26, 2009
  12. Dec 11, 2008
  13. Jun 22, 2008
  14. Mar 27, 2008
  15. Feb 08, 2008
  16. Jan 26, 2008
  17. Aug 04, 2007
  18. Dec 19, 2006
  19. Nov 30, 2006
  20. Sep 25, 2006
  21. Jul 11, 2006
  22. Apr 20, 2006
  23. Mar 22, 2006
  24. Feb 08, 2006
  25. Jan 09, 2006
  26. Nov 11, 2005
  27. Oct 30, 2005
  28. Sep 15, 2005
  29. Jul 10, 2005
  30. Jun 25, 2005
Loading