From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: netns compilation Date: Wed, 14 Nov 2007 16:02:15 +0100 Message-ID: <473B0DF7.2050509@fr.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Pavel Emelianov , "Denis V. Lunev" , "Eric W. Biederman" Cc: Linux Containers List-Id: containers.vger.kernel.org Actually the CONFIG_NET_NS is depending on CONFIG_NET and !CONFIG_SYSFS In order to disable CONFIG_SYSFS, I must specify CONFIG_EMBEDDED to have the choice to unset the sysfs. Why don't we make CONFIG_NET_NS depends on CONFIG_NET and CONFIG_SYSFS_DEPRECATED ?