X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Flayerscape%2Fmodules.mk;h=5f2d472c95d61a4d05bc8eafd2edc91d6d5b5a3d;hb=583af20b8b377dbc709f3a30d3d844106186a3d7;hp=7a368a0d2958c92a85501bb5fad7fa26d3e2dbe6;hpb=ff56bb0dfb2ccdfc82ade6f80ad201268717d9fe;p=oweals%2Fopenwrt.git diff --git a/target/linux/layerscape/modules.mk b/target/linux/layerscape/modules.mk index 7a368a0d29..5f2d472c95 100644 --- a/target/linux/layerscape/modules.mk +++ b/target/linux/layerscape/modules.mk @@ -9,7 +9,8 @@ define KernelPackage/ppfe SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Freescale PPFE Driver support DEPENDS:=@TARGET_layerscape - KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED + KCONFIG:=CONFIG_FSL_PPFE=y \ + CONFIG_FSL_PPFE_UTIL_DISABLED=y FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko AUTOLOAD:=$(call AutoLoad,35,pfe) endef