Skip to content

Commit 631ce8f

Browse files
glaroquer-vignesh
authored andcommitted
arm64: Kconfig.platforms: remove useless select for ARCH_K3
After patch done on TI_MESSAGE_MANAGER[1] and TI_SCI_PROTOCOL[2] driver select on ARCH_K3 are not needed anymore. Select MAILBOX by default is not needed anymore[3], PM_GENERIC_DOMAIN if PM was enabled by default so not needed. Remove it and give possibility to enable this driver in modules. [1] https://lore.kernel.org/all/[email protected]/ [2] https://lore.kernel.org/all/[email protected]/ [3] https://lore.kernel.org/all/20250507135213.g6li6ufp3cosxoys@stinging/ Signed-off-by: Guillaume La Roque <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vignesh Raghavendra <[email protected]>
1 parent 19272b3 commit 631ce8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,7 @@ config ARCH_SPARX5
135135

136136
config ARCH_K3
137137
bool "Texas Instruments Inc. K3 multicore SoC architecture"
138-
select PM_GENERIC_DOMAINS if PM
139-
select MAILBOX
140138
select SOC_TI
141-
select TI_MESSAGE_MANAGER
142-
select TI_SCI_PROTOCOL
143139
select TI_K3_SOCINFO
144140
help
145141
This enables support for Texas Instruments' K3 multicore SoC

0 commit comments

Comments
 (0)