| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # NXP/Freescale QorIQ series SOC drivers |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 22 | 23 | config FSL_MC_DPIO |
|---|
| 23 | 24 | tristate "QorIQ DPAA2 DPIO driver" |
|---|
| 24 | 25 | depends on FSL_MC_BUS |
|---|
| 26 | + select SOC_BUS |
|---|
| 27 | + select FSL_GUTS |
|---|
| 25 | 28 | help |
|---|
| 26 | 29 | Driver for the DPAA2 DPIO object. A DPIO provides queue and |
|---|
| 27 | 30 | buffer management facilities for software to interact with |
|---|
| 28 | 31 | other DPAA2 objects. This driver does not expose the DPIO |
|---|
| 29 | 32 | objects individually, but groups them under a service layer |
|---|
| 30 | 33 | API. |
|---|
| 34 | + |
|---|
| 35 | +config DPAA2_CONSOLE |
|---|
| 36 | + tristate "QorIQ DPAA2 console driver" |
|---|
| 37 | + depends on OF && (ARCH_LAYERSCAPE || COMPILE_TEST) |
|---|
| 38 | + default y |
|---|
| 39 | + help |
|---|
| 40 | + Console driver for DPAA2 platforms. Exports 2 char devices, |
|---|
| 41 | + /dev/dpaa2_mc_console and /dev/dpaa2_aiop_console, |
|---|
| 42 | + which can be used to dump the Management Complex and AIOP |
|---|
| 43 | + firmware logs. |
|---|
| 44 | + |
|---|
| 45 | +config FSL_RCPM |
|---|
| 46 | + bool "Freescale RCPM support" |
|---|
| 47 | + depends on PM_SLEEP && (ARM || ARM64) |
|---|
| 48 | + help |
|---|
| 49 | + The NXP QorIQ Processors based on ARM Core have RCPM module |
|---|
| 50 | + (Run Control and Power Management), which performs all device-level |
|---|
| 51 | + tasks associated with power management, such as wakeup source control. |
|---|
| 52 | + Note that currently this driver will not support PowerPC based |
|---|
| 53 | + QorIQ processor. |
|---|
| 31 | 54 | endmenu |
|---|