The patch titled CONFIG_INET depend on CONFIG_SYSCTL has been added to the -mm tree. Its filename is config_inet-depend-on-config_sysctl.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: CONFIG_INET depend on CONFIG_SYSCTL From: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. Signed-off-by: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN net/Kconfig~config_inet-depend-on-config_sysctl net/Kconfig --- a/net/Kconfig~config_inet-depend-on-config_sysctl +++ a/net/Kconfig @@ -34,6 +34,7 @@ source "net/iucv/Kconfig" config INET bool "TCP/IP networking" + select SYSCTL ---help--- These are the protocols used on the Internet and on most local Ethernets. It is highly recommended to say Y here (this will enlarge _ Patches currently in -mm which might be from ysato@xxxxxxxxxxxxxxxxxxxx are lots-of-architectures-enable-arbitary-speed-tty-support.patch h8300-enable-arbitary-speed-tty-port-setup.patch h8300-zimage-support-update.patch dma-mapping-prevent-dma-dependent-code-from-linking-on.patch config_inet-depend-on-config_sysctl.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html