home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / powerpc / platforms / pasemi / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  925 b   |  41 lines

  1. config PPC_PASEMI
  2.     depends on PPC_MULTIPLATFORM && PPC64
  3.     bool "PA Semi SoC-based platforms"
  4.     default n
  5.     select MPIC
  6.     select PCI
  7.     select PPC_UDBG_16550
  8.     select PPC_NATIVE
  9.     select MPIC_BROKEN_REGREAD
  10.     help
  11.       This option enables support for PA Semi's PWRficient line
  12.       of SoC processors, including PA6T-1682M
  13.  
  14. menu "PA Semi PWRficient options"
  15.     depends on PPC_PASEMI
  16.  
  17. config PPC_PASEMI_IOMMU
  18.     bool "PA Semi IOMMU support"
  19.     depends on PPC_PASEMI
  20.     help
  21.       IOMMU support for PA Semi PWRficient
  22.  
  23. config PPC_PASEMI_IOMMU_DMA_FORCE
  24.     bool "Force DMA engine to use IOMMU"
  25.     depends on PPC_PASEMI_IOMMU
  26.     help
  27.       This option forces the use of the IOMMU also for the
  28.       DMA engine. Otherwise the kernel will use it only when
  29.       running under a hypervisor.
  30.  
  31.       If in doubt, say "N".
  32.  
  33. config PPC_PASEMI_MDIO
  34.     depends on PHYLIB
  35.     tristate "MDIO support via GPIO"
  36.     default y
  37.     help
  38.       Driver for MDIO via GPIO on PWRficient platforms
  39.  
  40. endmenu
  41.