Kconfig (0898782247ae533d1f4e47a06bc5d4870931b284) | Kconfig (3b8db0348c503823fb09b5f304b196c3362754ea) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# NXP/Freescale QorIQ series SOC drivers 4# 5 6menu "NXP/Freescale QorIQ SoC drivers" 7 8source "drivers/soc/fsl/qbman/Kconfig" --- 26 unchanged lines hidden (view full) --- 35 tristate "QorIQ DPAA2 console driver" 36 depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST) 37 default y 38 help 39 Console driver for DPAA2 platforms. Exports 2 char devices, 40 /dev/dpaa2_mc_console and /dev/dpaa2_aiop_console, 41 which can be used to dump the Management Complex and AIOP 42 firmware logs. | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# NXP/Freescale QorIQ series SOC drivers 4# 5 6menu "NXP/Freescale QorIQ SoC drivers" 7 8source "drivers/soc/fsl/qbman/Kconfig" --- 26 unchanged lines hidden (view full) --- 35 tristate "QorIQ DPAA2 console driver" 36 depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST) 37 default y 38 help 39 Console driver for DPAA2 platforms. Exports 2 char devices, 40 /dev/dpaa2_mc_console and /dev/dpaa2_aiop_console, 41 which can be used to dump the Management Complex and AIOP 42 firmware logs. |
43 44config FSL_RCPM 45 bool "Freescale RCPM support" 46 depends on PM_SLEEP && (ARM || ARM64) 47 help 48 The NXP QorIQ Processors based on ARM Core have RCPM module 49 (Run Control and Power Management), which performs all device-level 50 tasks associated with power management, such as wakeup source control. 51 Note that currently this driver will not support PowerPC based 52 QorIQ processor. |
|
43endmenu | 53endmenu |