An error occurred fetching the project authors.
  1. 13 Mar, 2009 1 commit
  2. 16 Jul, 2008 1 commit
    • John Rigby's avatar
      powerpc: pci config cleanup · b500563b
      John Rigby authored
      Choosing PCI or not at config time is allowed on some
      platforms via an if expression in arch/powerpc/Kconfig.
      To add a new platform with PCI support selectable at
      config time, you must change the if expression.  This
      patch makes this easier by changing:
          bool "PCI support" if <long expression>
      to
          bool "PCI support" if PPC_PCI_CHOICE
      and adding select PPC_PCI_CHOICE to all the config nodes that
      were previously in the PCI if expression.
      
      Platforms with unconditional PCI support continue to
      just select PCI in their config nodes.
      Signed-off-by: default avatarJohn Rigby <jrigby@freescale.com>
      Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      b500563b
  3. 25 Jan, 2008 2 commits
  4. 14 Dec, 2007 1 commit
  5. 10 Aug, 2007 1 commit
  6. 22 Jul, 2007 3 commits
  7. 28 Jun, 2007 3 commits
  8. 22 Mar, 2007 1 commit
  9. 01 Mar, 2007 1 commit
  10. 16 Feb, 2007 1 commit
  11. 12 Feb, 2007 1 commit
  12. 11 Dec, 2006 1 commit
  13. 04 Dec, 2006 2 commits