upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / arch / ppc64 / Kconfig
index 6a4adf9..67c2bc9 100644 (file)
@@ -80,6 +80,16 @@ config PPC_PMAC
        select ADB_PMU
        select U3_DART
 
+config PPC_MAPLE
+       depends on PPC_MULTIPLATFORM
+       bool "  Maple 970FX Evaluation Board"
+       select U3_DART
+       select MPIC_BROKEN_U3
+       default n
+       help
+          This option enables support for the Maple 970FX Evaluation Board.
+         For more informations, refer to http://www.970eval.com
+
 config PPC
        bool
        default y
@@ -110,11 +120,21 @@ config PPC_SPLPAR
          processors, that is, which share physical processors between
          two or more partitions.
 
+config IBMVIO
+       depends on PPC_PSERIES || PPC_ISERIES
+       bool
+       default y
+
 config U3_DART
        bool 
        depends on PPC_MULTIPLATFORM
        default n
 
+config MPIC_BROKEN_U3
+       bool
+       depends on PPC_MAPLE
+       default y
+
 config PPC_PMAC64
        bool
        depends on PPC_PMAC
@@ -207,6 +227,13 @@ config PREEMPT
          Say Y here if you are building a kernel for a desktop, embedded
          or real-time system.  Say N if you are unsure.
 
+#
+# Use the generic interrupt handling code in kernel/irq/:
+#
+config GENERIC_HARDIRQS
+       bool
+       default y
+
 config MSCHUNKS
        bool
        depends on PPC_ISERIES
@@ -351,6 +378,11 @@ source "kernel/vserver/Kconfig"
 
 source "security/Kconfig"
 
+config KEYS_COMPAT
+       bool
+       depends on COMPAT && KEYS
+       default y
+
 source "crypto/Kconfig"
 
 source "lib/Kconfig"