diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 66e65ab39426..e3644b0062b1 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -145,3 +145,9 @@ config MIGRATION | |||
145 | while the virtual addresses are not changed. This is useful for | 145 | while the virtual addresses are not changed. This is useful for |
146 | example on NUMA systems to put pages nearer to the processors accessing | 146 | example on NUMA systems to put pages nearer to the processors accessing |
147 | the page. | 147 | the page. |
148 | |||
149 | config RESOURCES_64BIT | ||
150 | bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL) | ||
151 | default 64BIT | ||
152 | help | ||
153 | This option allows memory and IO resources to be 64 bit. | ||