mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
3b8db0348c
The NXP's QorIQ processors based on ARM Core have RCPM module (Run Control and Power Management), which performs system level tasks associated with power management such as wakeup source control. Note that this driver will not support PowerPC based QorIQ processors, and it depends on PM wakeup source framework which provide collect wake information. Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Li Yang <leoyang.li@nxp.com>
13 lines
375 B
Makefile
13 lines
375 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Linux Kernel SOC fsl specific device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_DPAA) += qbman/
|
|
obj-$(CONFIG_QUICC_ENGINE) += qe/
|
|
obj-$(CONFIG_CPM) += qe/
|
|
obj-$(CONFIG_FSL_RCPM) += rcpm.o
|
|
obj-$(CONFIG_FSL_GUTS) += guts.o
|
|
obj-$(CONFIG_FSL_MC_DPIO) += dpio/
|
|
obj-$(CONFIG_DPAA2_CONSOLE) += dpaa2-console.o
|