Nishanth Menon | a869b7b | 2018-06-26 11:26:14 -0500 | [diff] [blame] | 1 | # 64-bit ARM SoCs from TI |
| 2 | if ARM64 |
| 3 | |
| 4 | if ARCH_K3 |
| 5 | |
| 6 | config ARCH_K3_AM6_SOC |
| 7 | bool "K3 AM6 SoC" |
| 8 | help |
| 9 | Enable support for TI's AM6 SoC Family support |
| 10 | |
| 11 | endif |
| 12 | |
| 13 | endif |
| 14 | |
Sandeep Nair | 41f93af | 2014-02-28 10:47:50 -0500 | [diff] [blame] | 15 | # |
| 16 | # TI SOC drivers |
| 17 | # |
| 18 | menuconfig SOC_TI |
| 19 | bool "TI SOC drivers support" |
| 20 | |
| 21 | if SOC_TI |
| 22 | |
| 23 | config KEYSTONE_NAVIGATOR_QMSS |
| 24 | tristate "Keystone Queue Manager Sub System" |
| 25 | depends on ARCH_KEYSTONE |
| 26 | help |
| 27 | Say y here to support the Keystone multicore Navigator Queue |
| 28 | Manager support. The Queue Manager is a hardware module that |
| 29 | is responsible for accelerating management of the packet queues. |
| 30 | Packets are queued/de-queued by writing/reading descriptor address |
| 31 | to a particular memory mapped location in the Queue Manager module. |
| 32 | |
| 33 | If unsure, say N. |
| 34 | |
Santosh Shilimkar | 88139ed | 2014-03-30 17:29:04 -0400 | [diff] [blame] | 35 | config KEYSTONE_NAVIGATOR_DMA |
| 36 | tristate "TI Keystone Navigator Packet DMA support" |
| 37 | depends on ARCH_KEYSTONE |
| 38 | help |
| 39 | Say y tp enable support for the Keystone Navigator Packet DMA on |
| 40 | on Keystone family of devices. It sets up the dma channels for the |
| 41 | Queue Manager Sub System. |
| 42 | |
| 43 | If unsure, say N. |
| 44 | |
Dave Gerlach | afe761f | 2018-02-23 09:43:57 -0600 | [diff] [blame] | 45 | config AMX3_PM |
| 46 | tristate "AMx3 Power Management" |
| 47 | depends on SOC_AM33XX || SOC_AM43XX |
| 48 | depends on WKUP_M3_IPC && TI_EMIF_SRAM && SRAM |
| 49 | help |
| 50 | Enable power management on AM335x and AM437x. Required for suspend to mem |
| 51 | and standby states on both AM335x and AM437x platforms and for deeper cpuidle |
| 52 | c-states on AM335x. |
| 53 | |
Dave Gerlach | cdd5de5 | 2015-09-22 19:14:54 -0500 | [diff] [blame] | 54 | config WKUP_M3_IPC |
| 55 | tristate "TI AMx3 Wkup-M3 IPC Driver" |
| 56 | depends on WKUP_M3_RPROC |
| 57 | depends on OMAP2PLUS_MBOX |
| 58 | help |
| 59 | TI AM33XX and AM43XX have a Cortex M3, the Wakeup M3, to handle |
| 60 | low power transitions. This IPC driver provides the necessary API |
| 61 | to communicate and use the Wakeup M3 for PM features like suspend |
| 62 | resume and boots it using wkup_m3_rproc driver. |
| 63 | |
Dave Gerlach | 52835d5 | 2017-04-04 08:59:27 -0700 | [diff] [blame] | 64 | config TI_SCI_PM_DOMAINS |
| 65 | tristate "TI SCI PM Domains Driver" |
| 66 | depends on TI_SCI_PROTOCOL |
| 67 | depends on PM_GENERIC_DOMAINS |
| 68 | help |
| 69 | Generic power domain implementation for TI device implementing |
| 70 | the TI SCI protocol. |
| 71 | |
| 72 | To compile this as a module, choose M here. The module will be |
| 73 | called ti_sci_pm_domains. Note this is needed early in boot before |
| 74 | rootfs may be available. |
| 75 | |
Sandeep Nair | 41f93af | 2014-02-28 10:47:50 -0500 | [diff] [blame] | 76 | endif # SOC_TI |