X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm32r%2FKconfig;h=7772951df313b9e9edec01dd2b2cb922b1e43d62;hb=327309e899662b482c58cf25f574513d38b5788c;hp=64c133344afef7e90d6aefbdf6856f18c0760e36;hpb=fb7a0e36532bc231bea8adfb1dddc3961eb38940;p=linux-2.6 diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 64c133344a..7772951df3 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -172,11 +172,13 @@ config NOHIGHMEM bool default y -config DISCONTIGMEM +config ARCH_DISCONTIGMEM_ENABLE bool "Internal RAM Support" depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP default y +source "mm/Kconfig" + config IRAM_START hex "Internal memory start address (hex)" default "00f00000" @@ -357,6 +359,8 @@ source "fs/Kconfig.binfmt" endmenu +source "net/Kconfig" + source "drivers/Kconfig" source "fs/Kconfig"