]> err.no Git - linux-2.6/blobdiff - arch/powerpc/Kconfig
[POWERPC] pasemi: Distribute interrupts evenly across cpus
[linux-2.6] / arch / powerpc / Kconfig
index 18f397ca05efbc27966ee2bfebd50c68dffe0448..d40844f9b047da2e512de8b2c9ded9b00ca094ce 100644 (file)
@@ -160,6 +160,7 @@ config PPC_DCR
 
 config PPC_OF_PLATFORM_PCI
        bool
+       depends on PCI
        depends on PPC64 # not supported on 32 bits yet
        default n
 
@@ -187,6 +188,11 @@ config FORCE_MAX_ZONEORDER
        default "9" if PPC_64K_PAGES
        default "13"
 
+config HUGETLB_PAGE_SIZE_VARIABLE
+       bool
+       depends on HUGETLB_PAGE
+       default y
+
 config MATH_EMULATION
        bool "Math emulation"
        depends on 4xx || 8xx || E200 || PPC_MPC832x || E500
@@ -412,7 +418,7 @@ endmenu
 
 config ISA_DMA_API
        bool
-       default y
+       default !PPC_ISERIES || PCI
 
 menu "Bus options"