drivers/net: macvtap and tun depend on INET
[pandora-kernel.git] / drivers / net / Kconfig
index 654a5e9..61d3d1f 100644 (file)
@@ -143,6 +143,7 @@ config MACVLAN
 config MACVTAP
        tristate "MAC-VLAN based tap driver (EXPERIMENTAL)"
        depends on MACVLAN
+       depends on INET
        help
          This adds a specialized tap character device driver that is based
          on the MAC-VLAN network interface, called macvtap. A macvtap device
@@ -195,6 +196,7 @@ config RIONET_RX_SIZE
 
 config TUN
        tristate "Universal TUN/TAP device driver support"
+       depends on INET
        select CRC32
        ---help---
          TUN/TAP provides packet reception and transmission for user space