commit | 8fe269991aece394a7ed274f525d96c73f94109a | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Fri Nov 06 15:26:08 2015 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Dec 03 02:23:35 2015 -0800 |
tree | b4b9e08c7bd22b702a76548b43289ba41eaf1c36 | |
parent | 827de39212298048e75309377c8262c4d7f2cb41 [diff] |
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>