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. Oct 25, 2010
  3. Aug 14, 2010
  4. Aug 06, 2010
  5. Mar 09, 2010
  6. Dec 15, 2009
  7. Jun 23, 2009
  8. Jun 12, 2009
  9. Mar 28, 2009
  10. Mar 04, 2009
  11. Feb 04, 2009
  12. Jan 26, 2009
  13. Jan 07, 2009
  14. Nov 18, 2008
  15. Oct 16, 2008
  16. Jul 26, 2008
  17. Apr 23, 2008
  18. Feb 29, 2008
  19. Feb 22, 2008
  20. Nov 21, 2007
  21. Jan 24, 2008
  22. Oct 30, 2007
  23. Oct 10, 2007
  24. Jul 02, 2007
  25. Jun 11, 2007
  26. May 21, 2007
  27. May 07, 2007
  28. Dec 19, 2006
  29. Dec 01, 2006
  30. Nov 30, 2006
  31. Sep 25, 2006
  32. Jul 15, 2006
  33. Jul 11, 2006
  34. Apr 20, 2006
  35. Mar 21, 2006
Loading