summaryrefslogtreecommitdiff
path: root/target/linux/layerscape/modules.mk
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2017-10-26 15:33:00 +0800
committerJohn Crispin <john@phrozen.org>2017-11-10 23:00:49 +0100
commit82fbca8aaa6b35d96e555bc6c2edbda1fde21b11 (patch)
treedf275d34a1cce5cef7a72f5d30a60a5277a47ea3 /target/linux/layerscape/modules.mk
parent669c02d46d765c16104135859f2edb21fbafb605 (diff)
downloadmtk-20170518-82fbca8aaa6b35d96e555bc6c2edbda1fde21b11.zip
mtk-20170518-82fbca8aaa6b35d96e555bc6c2edbda1fde21b11.tar.gz
mtk-20170518-82fbca8aaa6b35d96e555bc6c2edbda1fde21b11.tar.bz2
layerscape: support LSDK ppfe
This patch is to use ppfe git tree on LSDK github instead of private git tree, and support the latest ppfe on ls1012ardb. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/modules.mk')
-rw-r--r--target/linux/layerscape/modules.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/layerscape/modules.mk b/target/linux/layerscape/modules.mk
index 0b34f96..5fef373 100644
--- a/target/linux/layerscape/modules.mk
+++ b/target/linux/layerscape/modules.mk
@@ -8,7 +8,8 @@
define KernelPackage/ppfe
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Freescale PPFE Driver support
- KCONFIG:=CONFIG_FSL_PPFE
+ DEPENDS:=@TARGET_layerscape
+ KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED
FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
AUTOLOAD:=$(call AutoLoad,35,ppfe)
endef