mmc-omap: add support for 16-bit and 32-bit registers
[safe/jmp/linux-2.6] / arch / parisc / Kconfig
index 8313fcc..9c4da3d 100644 (file)
@@ -9,6 +9,15 @@ config PARISC
        def_bool y
        select HAVE_IDE
        select HAVE_OPROFILE
+       select HAVE_FUNCTION_TRACER if 64BIT
+       select HAVE_FUNCTION_GRAPH_TRACER if 64BIT
+       select HAVE_FUNCTION_TRACE_MCOUNT_TEST if 64BIT
+       select RTC_CLASS
+       select RTC_DRV_GENERIC
+       select INIT_ALL_POSSIBLE
+       select BUG
+       select HAVE_PERF_EVENTS
+       select GENERIC_ATOMIC64 if !64BIT
        help
          The PA-RISC microprocessor is designed by Hewlett-Packard and used
          in many of their workstations & servers (HP9000 700 and 800 series,
@@ -72,6 +81,9 @@ config GENERIC_HARDIRQS
 config GENERIC_IRQ_PROBE
        def_bool y
 
+config HAVE_LATENCYTOP_SUPPORT
+        def_bool y
+
 config IRQ_PER_CPU
        bool
        default y
@@ -80,6 +92,12 @@ config IRQ_PER_CPU
 config PM
        bool
 
+config STACKTRACE_SUPPORT
+       def_bool y
+
+config NEED_DMA_MAP_STATE
+       def_bool y
+
 config ISA_DMA_API
        bool
 
@@ -90,6 +108,8 @@ config ARCH_MAY_HAVE_PC_FDC
 
 source "init/Kconfig"
 
+source "kernel/Kconfig.freezer"
+
 
 menu "Processor type and features"