You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
600 B
22 lines
600 B
#
|
|
# 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
|
|
DEPENDS:=@TARGET_layerscape
|
|
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
|
|
|
|
define KernelPackage/ppfe/description
|
|
Kernel modules for Freescale PPFE Driver support.
|
|
endef
|
|
|
|
$(eval $(call KernelPackage,ppfe))
|
|
|