xref: /openbmc/linux/drivers/soc/ti/Kconfig (revision 2d972b6a)
1#
2# TI SOC drivers
3#
4menuconfig SOC_TI
5	bool "TI SOC drivers support"
6
7if SOC_TI
8
9config KEYSTONE_NAVIGATOR_QMSS
10	tristate "Keystone Queue Manager Sub System"
11	depends on ARCH_KEYSTONE
12	help
13	  Say y here to support the Keystone multicore Navigator Queue
14	  Manager support. The Queue Manager is a hardware module that
15	  is responsible for accelerating management of the packet queues.
16	  Packets are queued/de-queued by writing/reading descriptor address
17	  to a particular memory mapped location in the Queue Manager module.
18
19	  If unsure, say N.
20
21config KEYSTONE_NAVIGATOR_DMA
22	tristate "TI Keystone Navigator Packet DMA support"
23	depends on ARCH_KEYSTONE
24	help
25	  Say y tp enable support for the Keystone Navigator Packet DMA on
26	  on Keystone family of devices. It sets up the dma channels for the
27	  Queue Manager Sub System.
28
29	  If unsure, say N.
30
31config AMX3_PM
32	tristate "AMx3 Power Management"
33	depends on SOC_AM33XX || SOC_AM43XX
34	depends on WKUP_M3_IPC && TI_EMIF_SRAM && SRAM
35	help
36	  Enable power management on AM335x and AM437x. Required for suspend to mem
37	  and standby states on both AM335x and AM437x platforms and for deeper cpuidle
38	  c-states on AM335x.
39
40config WKUP_M3_IPC
41	tristate "TI AMx3 Wkup-M3 IPC Driver"
42	depends on WKUP_M3_RPROC
43	depends on OMAP2PLUS_MBOX
44	help
45	  TI AM33XX and AM43XX have a Cortex M3, the Wakeup M3, to handle
46	  low power transitions. This IPC driver provides the necessary API
47	  to communicate and use the Wakeup M3 for PM features like suspend
48	  resume and boots it using wkup_m3_rproc driver.
49
50config TI_SCI_PM_DOMAINS
51	tristate "TI SCI PM Domains Driver"
52	depends on TI_SCI_PROTOCOL
53	depends on PM_GENERIC_DOMAINS
54	help
55	  Generic power domain implementation for TI device implementing
56	  the TI SCI protocol.
57
58	  To compile this as a module, choose M here. The module will be
59	  called ti_sci_pm_domains. Note this is needed early in boot before
60	  rootfs may be available.
61
62endif # SOC_TI
63