Kconfig (0065198e6779ad3abfada87fe118f03e1a0ba888) Kconfig (49b323157bf1e70bfb3114a463d340399906c43a)
1# 64-bit ARM SoCs from TI
2if ARM64
3
4if ARCH_K3
5
6config ARCH_K3_AM6_SOC
7 bool "K3 AM6 SoC"
8 help

--- 31 unchanged lines hidden (view full) ---

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
45config AMX3_PM
46 tristate "AMx3 Power Management"
47 depends on SOC_AM33XX || SOC_AM43XX
1# 64-bit ARM SoCs from TI
2if ARM64
3
4if ARCH_K3
5
6config ARCH_K3_AM6_SOC
7 bool "K3 AM6 SoC"
8 help

--- 31 unchanged lines hidden (view full) ---

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
45config AMX3_PM
46 tristate "AMx3 Power Management"
47 depends on SOC_AM33XX || SOC_AM43XX
48 depends on WKUP_M3_IPC && TI_EMIF_SRAM && SRAM && RTC_DRV_OMAP
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
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. Also required for rtc and ddr in self-refresh low
53 power mode on AM437x platforms.
52 c-states on AM335x.
54
55config WKUP_M3_IPC
56 tristate "TI AMx3 Wkup-M3 IPC Driver"
57 depends on WKUP_M3_RPROC
58 depends on OMAP2PLUS_MBOX
59 help
60 TI AM33XX and AM43XX have a Cortex M3, the Wakeup M3, to handle
61 low power transitions. This IPC driver provides the necessary API

--- 7 unchanged lines hidden (view full) ---

69 help
70 Generic power domain implementation for TI device implementing
71 the TI SCI protocol.
72
73 To compile this as a module, choose M here. The module will be
74 called ti_sci_pm_domains. Note this is needed early in boot before
75 rootfs may be available.
76
53
54config 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

--- 7 unchanged lines hidden (view full) ---

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
76config TI_SCI_INTA_MSI_DOMAIN
77 bool
78 select GENERIC_MSI_IRQ_DOMAIN
79 help
80 Driver to enable Interrupt Aggregator specific MSI Domain.
81
77endif # SOC_TI
82endif # SOC_TI