|
@@ -218,9 +218,16 @@ config DEFAULT_HOSTNAME
|
|
|
but you may wish to use a different default here to make a minimal
|
|
|
system more usable with less configuration.
|
|
|
|
|
|
+#
|
|
|
+# For some reason microblaze and nios2 hard code SWAP=n. Hopefully we can
|
|
|
+# add proper SWAP support to them, in which case this can be remove.
|
|
|
+#
|
|
|
+config ARCH_NO_SWAP
|
|
|
+ bool
|
|
|
+
|
|
|
config SWAP
|
|
|
bool "Support for paging of anonymous memory (swap)"
|
|
|
- depends on MMU && BLOCK
|
|
|
+ depends on MMU && BLOCK && !ARCH_NO_SWAP
|
|
|
default y
|
|
|
help
|
|
|
This option allows you to choose whether you want to have support
|