]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc/Kconfig
KVM: SVM: move has_svm() code to asm/virtext.h
[linux-2.6-omap-h63xx.git] / arch / sparc / Kconfig
index 7cfe557db23da6cb5e4e47265496a87dba674f8f..0a94d9c9cde1bf5d8c17a39880d5392954ae8afa 100644 (file)
@@ -31,6 +31,7 @@ config SPARC32
 config SPARC64
        bool
        default y if ARCH = "sparc64"
+       select ARCH_SUPPORTS_MSI
        select HAVE_FUNCTION_TRACER
        select HAVE_KRETPROBES
        select HAVE_KPROBES
@@ -46,7 +47,11 @@ config ARCH_DEFCONFIG
        default "arch/sparc/configs/sparc32_defconfig" if SPARC32
        default "arch/sparc/configs/sparc64_defconfig" if SPARC64
 
-
+# CONFIG_BITS can be used at source level to get 32/64 bits
+config BITS
+       int
+       default 32 if SPARC32
+       default 64 if SPARC64
 
 config 64BIT
        def_bool y if SPARC64
@@ -85,7 +90,7 @@ config HAVE_LATENCYTOP_SUPPORT
 
 config AUDIT_ARCH
        bool
-       default y if SPARC64
+       default y
 
 config HAVE_SETUP_PER_CPU_AREA
        def_bool y if SPARC64
@@ -465,14 +470,6 @@ config SBUSCHAR
        bool
        default y
 
-config SUN_AUXIO
-       bool
-       default y
-
-config SUN_IO
-       bool
-       default y
-
 config SUN_LDOMS
        bool "Sun Logical Domains support"
        depends on SPARC64
@@ -482,7 +479,6 @@ config SUN_LDOMS
 
 config PCI
        bool "Support for PCI and PS/2 keyboard/mouse"
-       select ARCH_SUPPORTS_MSI if SPARC64
        help
          Find out whether your system includes a PCI bus. PCI is the name of
          a bus system, i.e. the way the CPU talks to the other stuff inside