2016-10-28 16:18:23 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define KernelPackage/ppfe
|
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
|
TITLE:=Freescale PPFE Driver support
|
2017-10-26 07:33:00 +00:00
|
|
|
DEPENDS:=@TARGET_layerscape
|
|
|
|
KCONFIG:=CONFIG_FSL_PPFE CONFIG_FSL_PPFE_UTIL_DISABLED
|
2016-10-28 16:18:23 +00:00
|
|
|
FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
|
2017-11-06 09:18:48 +00:00
|
|
|
AUTOLOAD:=$(call AutoLoad,35,pfe)
|
2016-10-28 16:18:23 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/ppfe/description
|
|
|
|
Kernel modules for Freescale PPFE Driver support.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,ppfe))
|