commit | 631ce8f743a5c85bd7f0a5e7dcca70566d88f43f | [log] [tgz] |
---|---|---|
author | Guillaume La Roque <glaroque@baylibre.com> | Mon May 19 10:20:56 2025 +0200 |
committer | Vignesh Raghavendra <vigneshr@ti.com> | Sat Jun 21 21:03:31 2025 +0530 |
tree | d95d3251d782cb7b9601e8449f197dae07092edd | |
parent | 19272b37aa4f83ca52bdf9c16d5d81bdd1354494 [diff] |
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/20180828005311.8529-1-nm@ti.com/ [2] https://lore.kernel.org/all/20250220-ti-firmware-v2-1-ff26883c6ce9@baylibre.com/ [3] https://lore.kernel.org/all/20250507135213.g6li6ufp3cosxoys@stinging/ Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Link: https://lore.kernel.org/r/20250519-kconfig-v2-1-56c1a0137a0f@baylibre.com Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>