commit | c99d667e852766afc755fa4430be64bb94e5ea1c | [log] [tgz] |
---|---|---|
author | Anish Bhatt <anish@chelsio.com> | Thu Sep 04 17:12:57 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 05 20:47:14 2014 -0700 |
tree | fc8bac3518d0bbadaf8c5373f1d0432d2a3c87fe | |
parent | e793c0f70e9bdf4a2e71c151a1a3cf85c4db92ad [diff] |
cnic : Cleanup CONFIG_IPV6 & VLAN check The cnic module needs to ensure that if ipv6 support is compiled as a module, then the cnic module cannot be compiled as built-in as it depends on ipv6. Made this check cleaner via Kconfig Use simpler IS_ENABLED for CONFIG_VLAN_8021Q check Signed-off-by: Anish Bhatt <anish@chelsio.com> Acked-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>