Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1config POLARFIRE_SOC_SYS_CTRL
2 tristate "Microchip PolarFire SoC (MPFS) system controller support"
3 depends on POLARFIRE_SOC_MAILBOX
4 depends on MTD
5 help
6 This driver adds support for the PolarFire SoC (MPFS) system controller.
7
8 To compile this driver as a module, choose M here. the
9 module will be called mpfs_system_controller.
10
11 If unsure, say N.
12
13config POLARFIRE_SOC_SYSCONS
14 bool "PolarFire SoC (MPFS) syscon drivers"
15 default y
16 depends on ARCH_MICROCHIP
17 select MFD_CORE
18 help
19 These drivers add support for the syscons on PolarFire SoC (MPFS).
20 Without these drivers core parts of the kernel such as clocks
21 and resets will not function correctly.
22
23 If unsure, and on a PolarFire SoC, say y.