diff options
author | David S. Miller <davem@davemloft.net> | 2008-08-18 23:35:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-08-24 22:41:43 -0400 |
commit | a39f2f466f5db0be4045afaf9344a9039c2451ca (patch) | |
tree | 123de93d6c6af9085b149205c7f35b5a017ac5c8 /arch/sparc64/Kconfig | |
parent | 83097aca8567a0bd593534853b71fe0fa9a75d69 (diff) |
sparc64: Make NUMA depend upon SMP.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index 923a98959fa7..36b4b7ab9cfb 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -231,6 +231,7 @@ endmenu | |||
231 | 231 | ||
232 | config NUMA | 232 | config NUMA |
233 | bool "NUMA support" | 233 | bool "NUMA support" |
234 | depends on SMP | ||
234 | 235 | ||
235 | config NODES_SHIFT | 236 | config NODES_SHIFT |
236 | int | 237 | int |