1. 16 9月, 2008 1 次提交
  2. 17 7月, 2008 1 次提交
    • K
      powerpc/ep8248e: Unconditionally select PHYLIB for mdio_bitbang · ff21f236
      Kumar Gala 提交于
      Its possible to build the phylib as a module, however this breaks the
      board code because alloc_mdio_bitbang and mdiobus_register are not
      available if we build as a module.  These are needed by the board code
      since it implements the low level mdio bitbang ops.
      
      So we unconditionally select PHYLIB to ensure its built into the kernel
      if we are building in EP8248E support.
      
      Long term we should look at moving the mdio_ops into its own file so it
      can be built as a module.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ff21f236
  3. 14 7月, 2008 1 次提交
  4. 17 4月, 2008 1 次提交
  5. 24 1月, 2008 1 次提交
  6. 05 10月, 2007 3 次提交
  7. 29 6月, 2007 1 次提交
  8. 13 4月, 2007 1 次提交
  9. 22 3月, 2007 1 次提交
    • K
      [POWERPC] Removed config options that we don't support in embedded6xx · fd42c717
      Kumar Gala 提交于
      When we started arch/powerpc we duplicated a number of config options from
      arch/ppc for various platforms that are supported.  Now that we actually
      support a few platforms, remove all the ones that haven't been moved over.
      Additionally, this cleanup moved the 82xx/PQ2 options over into
      arch/powerpc/platforms/82xx/Kconfig where they belong.  It also killed
      GEN550 which doesn't exist in arch/powerpc.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      fd42c717
  10. 04 10月, 2006 1 次提交