1. 18 Mar, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] doc. updates/typos · 56b586b8
      Andrew Morton authored
      From: "Randy.Dunlap" <rddunlap@osdl.org>
      
      Remove the rest of references to smp.tex
      Documentation/cpufreq => Documentation/cpu-freq
      DocBook/tulip.{pdf,ps,html} => DocBook/tulip-user.{pdf,ps,html}
      Bunch of other typos.
      56b586b8
  2. 17 Mar, 2004 2 commits
  3. 26 Feb, 2004 1 commit
    • Jakub Bogusz's avatar
      [PATCH] switch alpha to use drivers/Kconfig · a2c14d8c
      Jakub Bogusz authored
      This switches alpha to use drivers/Kconfig instead of including most of
      files included by drivers/Kconfig, thus enabling previously omitted i2c
      (already used in some drivers available on alpha) and telephony drivers.
      
      Because drivers/message/fusion/Kconfig was included only conditionally
      ("if PCI"), this patch also changes CONFIG_FUSION to depend on PCI.
      
      (these changes were consulted with Christoph Hellwig in "i2c on alpha
      - used but not available in 2.6.3" thread on LKML)
      a2c14d8c
  4. 18 Feb, 2004 1 commit
  5. 19 Jan, 2004 1 commit
    • Andrew Morton's avatar
      [PATCH] Kconfig: use range for NR_CPUS · f5ace166
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      The 2.6 Kconfig language allows to set the range for integer questions.
      
      The patch below adds a range line on all architectures that have a
      NR_CPUS question except ia64.
      
      The help text on ia64 didn't suggest any values. Could someone tell the 
      correct values for ia64 (and if it's only a minimum value of 2)?
      f5ace166
  6. 05 Oct, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] EISA_bus cleanup · 9626f94d
      Andrew Morton authored
      From: Marc Zyngier <mzyngier@freesurf.fr>, Christoph Hellwig
      
      I'd like to kill willy's CONFIG_EISA_ALWAYS kludge.  So make EISA_bus a
      variable always when CONFIG_EISA is set and initialize it to 1 for alpha.
      We probably want to do that only if the system actually supports eisa, but
      I keep the old behaviour for now.
      9626f94d
  7. 25 Sep, 2003 1 commit
  8. 21 Sep, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] Move EISA_bus · 972b4a74
      Matthew Wilcox authored
      When I change the setting of CONFIG_EISA, everything rebuilds.  This is
      because EISA_bus is declared in <asm/processor.h> which is implicitly
      included by just about everything.  This is a silly place to declare it,
      so this patch moves it to include/linux/eisa.h.
      
      While I'm at it, I also move the variable definition to
      drivers/eisa/eisa-bus.c.  The rest of this patch is fixing up the fallout
      from having to include <linux/eisa.h> if you use EISA_bus.
      972b4a74
  9. 07 Sep, 2003 1 commit
    • Matthew Wilcox's avatar
      [PATCH] CONFIG_64BIT · 2b0c1a2b
      Matthew Wilcox authored
      This adds CONFIG_64BIT to allow us to disable non-64-bit safe drivers on
      64-bit platforms and converts the I2O driver to use it.
      2b0c1a2b
  10. 31 Aug, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] kill CONFIG_KCORE_AOUT · e23a1220
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      Remove CONFIG_KCORE_AOUT: the ability to present /proc/kcore in a.out
      format.
      
      I've checked with various arch maintainers.  It won't be missed.
      e23a1220
  11. 16 Aug, 2003 1 commit
  12. 05 Aug, 2003 1 commit
  13. 02 Aug, 2003 1 commit
  14. 13 Jul, 2003 1 commit
  15. 27 Jun, 2003 1 commit
  16. 26 Jun, 2003 1 commit
  17. 21 Jun, 2003 1 commit
    • Sam Ravnborg's avatar
      kbuild: Added CONFIG_DEBUG_INFO · a06f9f6d
      Sam Ravnborg authored
      When CONFIG_DEBUG_INFO is set to Y, -g will be added to CFLAGS.
      Several architectures already put -g in CFLAGS, often via a patch
      to the top-level makefile.
      This option is put in the kernel hacking menu, guarded by CONFIG_DEBUG_KERNEL.
      
      Added CONFIG_DEBUG_INFO in Kconfig for the architectures that
      already had CONFIG_DEBUG_KERNEL
      a06f9f6d
  18. 19 Jun, 2003 1 commit
  19. 17 Jun, 2003 1 commit
  20. 14 Jun, 2003 1 commit
  21. 12 Jun, 2003 1 commit
  22. 11 Jun, 2003 1 commit
    • Ivan Kokshaysky's avatar
      [PATCH] PCI domains warning · 4c17e91a
      Ivan Kokshaysky authored
      We should set CONFIG_PCI_DOMAINS=y unconditionally on alpha to avoid
      ifdefs - jensen has dummy PCI infrastructure anyway.
      4c17e91a
  23. 09 Jun, 2003 1 commit
  24. 20 Apr, 2003 1 commit
    • Randy Dunlap's avatar
      [PATCH] replace URLs in Kconfig · e9148e42
      Randy Dunlap authored
      This is a patch from Robert P.J. Day that replaces www.linuxdoc.org
      (which is outdated and unspported according to www.tldp.org)
      with www.tldp.org in lots of Kconfig files.
      e9148e42
  25. 15 Apr, 2003 1 commit
  26. 08 Mar, 2003 1 commit
    • Andrew Morton's avatar
      [PATCH] move CONFIG_SWAP around · fc60971f
      Andrew Morton authored
      Patch from Tom Rini <trini@kernel.crashing.org>
      
      Take CONFIG_SWAP out of the top-level menu into the general setup menu.  Make
      it dependent on CONFIG_MMU and common to all architectures.
      fc60971f
  27. 09 Feb, 2003 1 commit
  28. 20 Jan, 2003 1 commit
  29. 16 Jan, 2003 4 commits
  30. 15 Jan, 2003 1 commit
    • Ivan Kokshaysky's avatar
      [PATCH] alpha ide hwifs · 50d6df79
      Ivan Kokshaysky authored
      From Jeff.Wiedemeier@hp.com:
      
      Make the max IDE HWIFS configurable on alpha (default to
      previous hardwired value of 4).
      50d6df79
  31. 02 Jan, 2003 2 commits
  32. 21 Dec, 2002 1 commit
  33. 18 Nov, 2002 1 commit
  34. 11 Nov, 2002 1 commit
  35. 07 Nov, 2002 1 commit