Select some configuration options for the new options and fix the
module name.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
define KernelPackage/bnxt
TITLE:=Broadcom NetXtreme-C/E driver
DEPENDS:=+kmod-hwmon-core
- KCONFIG:=CONFIG_BNXT
+ KCONFIG:= \
+ CONFIG_BNXT \
+ CONFIG_BNXT_SRIOV=y \
+ CONFIG_BNXT_FLOWER_OFFLOAD=y \
+ CONFIG_BNXT_HWMON=y
SUBMENU:=$(NETWORK_DEVICES_MENU)
FILES:=$(LINUX_DIR)/drivers/net/ethernet/broadcom/bnxt/bnxt_en.ko
- AUTOLOAD:=$(call AutoProbe,bnxt)
+ AUTOLOAD:=$(call AutoProbe,bnxt_en)
endef
define KernelPackage/bnxt/description