2021-02-10 13:52:34 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-10-28 16:18:23 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) Jiang Yutang <jiangyutang1978@gmail.com>
|
|
|
|
|
2020-08-25 13:26:05 +00:00
|
|
|
define KernelPackage/ahci-qoriq
|
|
|
|
SUBMENU:=$(BLOCK_MENU)
|
|
|
|
TITLE:=Freescale QorIQ AHCI SATA support
|
|
|
|
KCONFIG:=CONFIG_AHCI_QORIQ
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/ata/ahci_qoriq.ko
|
|
|
|
AUTOLOAD:=$(call AutoLoad,40,ahci-qoriq,1)
|
|
|
|
$(call AddDepends/ata,+kmod-ata-ahci-platform @TARGET_layerscape)
|
|
|
|
endef
|
|
|
|
|
|
|
|
define KernelPackage/ahci-qoriq/description
|
|
|
|
This option enables support for the Freescale QorIQ AHCI SoC's
|
|
|
|
onboard AHCI SATA.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,ahci-qoriq))
|
|
|
|
|
2016-10-28 16:18:23 +00:00
|
|
|
define KernelPackage/ppfe
|
|
|
|
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
|
|
|
TITLE:=Freescale PPFE Driver support
|
2017-10-26 07:33:00 +00:00
|
|
|
DEPENDS:=@TARGET_layerscape
|
2022-10-29 20:59:50 +00:00
|
|
|
KCONFIG:=CONFIG_FSL_PPFE \
|
2018-09-27 20:44:25 +00:00
|
|
|
CONFIG_FSL_PPFE_UTIL_DISABLED=y
|
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))
|