CONFIG_SHMEM semantics: - If MMU: Always enabled if !EMBEDDED - If MMU && EMBEDDED: configurable - If !MMU: disabled Signed-off-by: Andrew Morton --- 25-akpm/init/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN init/Kconfig~vm-routine-fixes-CONFIG_SHMEM-fix init/Kconfig --- 25/init/Kconfig~vm-routine-fixes-CONFIG_SHMEM-fix 2004-11-12 02:29:06.200822304 -0800 +++ 25-akpm/init/Kconfig 2004-11-12 02:55:58.990640984 -0800 @@ -316,8 +316,8 @@ config CC_OPTIMIZE_FOR_SIZE If unsure, say N. config SHMEM - bool "Use full shmem filesystem" - default y if EMBEDDED + bool "Use full shmem filesystem" if EMBEDDED + default y depends on MMU help The shmem is an internal filesystem used to manage shared memory. _