layerscape: add 64b/32b target for ls1012ardb device
[openwrt/staging/wigyori.git] / target / linux / layerscape / modules.mk
1 #
2 # Copyright (C) Jiang Yutang <jiangyutang1978@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/ppfe
9 SUBMENU:=$(NETWORK_DEVICES_MENU)
10 TITLE:=Freescale PPFE Driver support
11 KCONFIG:=CONFIG_FSL_PPFE
12 FILES:=$(LINUX_DIR)/drivers/staging/fsl_ppfe/pfe.ko
13 AUTOLOAD:=$(call AutoLoad,35,ppfe)
14 endef
15
16 define KernelPackage/ppfe/description
17 Kernel modules for Freescale PPFE Driver support.
18 endef
19
20 $(eval $(call KernelPackage,ppfe))