diff options
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 6566d13db04f..b84b6af1241e 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -108,6 +108,15 @@ config SECCOMP | |||
108 | 108 | ||
109 | source kernel/Kconfig.hz | 109 | source kernel/Kconfig.hz |
110 | 110 | ||
111 | config HOTPLUG_CPU | ||
112 | bool "Support for hot-pluggable CPUs" | ||
113 | depends on SMP | ||
114 | select HOTPLUG | ||
115 | ---help--- | ||
116 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
117 | can be controlled through /sys/devices/system/cpu/cpu#. | ||
118 | Say N if you want to disable CPU hotplug. | ||
119 | |||
111 | source "init/Kconfig" | 120 | source "init/Kconfig" |
112 | 121 | ||
113 | config SYSVIPC_COMPAT | 122 | config SYSVIPC_COMPAT |
@@ -305,6 +314,12 @@ config SUN_IO | |||
305 | bool | 314 | bool |
306 | default y | 315 | default y |
307 | 316 | ||
317 | config SUN_LDOMS | ||
318 | bool "Sun Logical Domains support" | ||
319 | help | ||
320 | Say Y here is you want to support virtual devices via | ||
321 | Logical Domains. | ||
322 | |||
308 | config PCI | 323 | config PCI |
309 | bool "PCI support" | 324 | bool "PCI support" |
310 | select ARCH_SUPPORTS_MSI | 325 | select ARCH_SUPPORTS_MSI |