OSDN Git Service

i40e: remove CONFIG_I40E_VXLAN
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 6 Nov 2015 23:26:08 +0000 (15:26 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Dec 2015 10:23:35 +0000 (02:23 -0800)
commit8fe269991aece394a7ed274f525d96c73f94109a
treeb4b9e08c7bd22b702a76548b43289ba41eaf1c36
parent827de39212298048e75309377c8262c4d7f2cb41
i40e: remove CONFIG_I40E_VXLAN

Instead of having our own custom symbol, we can just rely
on whether or not the kernel has the feature enabled.

In this case use IS_ENABLED(CONFIG_VXLAN) in order to handle
built-in or module in the current BKM way.

Change-ID: I5890fbb518ff8ed6bb07c3362fb0a8a829f9b241
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/Kconfig
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_main.c