mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
d0054a470c
This driver provides an interface for other drivers to access the functions of the system controller on the Microchip PolarFire SoC. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20220217101349.2374873-2-conor.dooley@microchip.com
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
config POLARFIRE_SOC_SYS_CTRL
|
|
tristate "POLARFIRE_SOC_SYS_CTRL"
|
|
depends on POLARFIRE_SOC_MAILBOX
|
|
help
|
|
This driver adds support for the PolarFire SoC (MPFS) system controller.
|
|
|
|
To compile this driver as a module, choose M here. the
|
|
module will be called mpfs_system_controller.
|
|
|
|
If unsure, say N.
|