xref: /linux/drivers/soc/microchip/Kconfig (revision 909752d392bb5ed018df622ce0ae6ad6fca2b233)
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.
24