Re: [PATCH] net: don't allow INET to be not configured
From: David Miller <davem@davemloft.net>
Date: 2012-09-04 18:07:07
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2012-09-04 18:07:07
Also in:
lkml, netdev
From: Stephen Hemminger <redacted> Date: Tue, 4 Sep 2012 10:44:51 -0700
There is no reason to expose turning off TCP/IP networking. If networking is enabled force TCP/IP to enabled. This also eliminates the time chasing down errors with bogus configurations generated by 'make randconfig' For testing, it is still possible to edit Kconfig Signed-off-by: Stephen Hemminger <redacted>
People have legitimate reasons to enable NET without INET, so let's just fix the dependency bugs as they are reported.