[PATCH] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver

Guillaume La Roque posted 1 patch 10 months ago
There is a newer version of this series
drivers/firmware/Kconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
Posted by Guillaume La Roque 10 months ago
Defaulting the build to ARCH_K3 for the TI SCI driver.

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
---
Link to comment done on last serie [1] we come back on first version of
series[2] to not use imply but set deps on ARCH_K3 in driver directly.
An other patch will be sent to update Kconfig.platform when this patch
is merged.

[1] https://lore.kernel.org/all/20250123-timodulemailboxsci-v4-1-b1a31b56f162@baylibre.com/
[2] https://lore.kernel.org/all/20221122202245.449198-4-nfrayer@baylibre.com/
---
 drivers/firmware/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 9f35f69e0f9e..109abe063093 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -215,6 +215,7 @@ config SYSFB_SIMPLEFB
 config TI_SCI_PROTOCOL
 	tristate "TI System Control Interface (TISCI) Message Protocol"
 	depends on TI_MESSAGE_MANAGER
+	default ARCH_K3
 	help
 	  TI System Control Interface (TISCI) Message Protocol is used to manage
 	  compute systems such as ARM, DSP etc with the system controller in

---
base-commit: 2408a807bfc3f738850ef5ad5e3fd59d66168996
change-id: 20250218-ti-firmware-1b7c7f485e5a

Best regards,
-- 
Guillaume La Roque <glaroque@baylibre.com>
Re: [PATCH] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
Posted by Nishanth Menon 10 months ago
On 13:57-20250218, Guillaume La Roque wrote:
> Defaulting the build to ARCH_K3 for the TI SCI driver.
> 
> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
> ---
> Link to comment done on last serie [1] we come back on first version of
> series[2] to not use imply but set deps on ARCH_K3 in driver directly.
> An other patch will be sent to update Kconfig.platform when this patch
> is merged.

It would be good to expand the commit message providing the rationale
for this.

> 
> [1] https://lore.kernel.org/all/20250123-timodulemailboxsci-v4-1-b1a31b56f162@baylibre.com/
> [2] https://lore.kernel.org/all/20221122202245.449198-4-nfrayer@baylibre.com/
> ---
>  drivers/firmware/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index 9f35f69e0f9e..109abe063093 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -215,6 +215,7 @@ config SYSFB_SIMPLEFB
>  config TI_SCI_PROTOCOL
>  	tristate "TI System Control Interface (TISCI) Message Protocol"
>  	depends on TI_MESSAGE_MANAGER
> +	default ARCH_K3
>  	help
>  	  TI System Control Interface (TISCI) Message Protocol is used to manage
>  	  compute systems such as ARM, DSP etc with the system controller in
> 
> ---
> base-commit: 2408a807bfc3f738850ef5ad5e3fd59d66168996
> change-id: 20250218-ti-firmware-1b7c7f485e5a
> 
> Best regards,
> -- 
> Guillaume La Roque <glaroque@baylibre.com>
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
Re: [PATCH] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
Posted by Guillaume La Roque 10 months ago
Le 18/02/2025 à 15:05, Nishanth Menon a écrit :
> On 13:57-20250218, Guillaume La Roque wrote:
>> Defaulting the build to ARCH_K3 for the TI SCI driver.
>>
>> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
>> ---
>> Link to comment done on last serie [1] we come back on first version of
>> series[2] to not use imply but set deps on ARCH_K3 in driver directly.
>> An other patch will be sent to update Kconfig.platform when this patch
>> is merged.
> It would be good to expand the commit message providing the rationale
> for this.


i will do , thanks for review


Guillaume

>
>> [1] https://lore.kernel.org/all/20250123-timodulemailboxsci-v4-1-b1a31b56f162@baylibre.com/
>> [2] https://lore.kernel.org/all/20221122202245.449198-4-nfrayer@baylibre.com/
>> ---
>>   drivers/firmware/Kconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
>> index 9f35f69e0f9e..109abe063093 100644
>> --- a/drivers/firmware/Kconfig
>> +++ b/drivers/firmware/Kconfig
>> @@ -215,6 +215,7 @@ config SYSFB_SIMPLEFB
>>   config TI_SCI_PROTOCOL
>>   	tristate "TI System Control Interface (TISCI) Message Protocol"
>>   	depends on TI_MESSAGE_MANAGER
>> +	default ARCH_K3
>>   	help
>>   	  TI System Control Interface (TISCI) Message Protocol is used to manage
>>   	  compute systems such as ARM, DSP etc with the system controller in
>>
>> ---
>> base-commit: 2408a807bfc3f738850ef5ad5e3fd59d66168996
>> change-id: 20250218-ti-firmware-1b7c7f485e5a
>>
>> Best regards,
>> -- 
>> Guillaume La Roque <glaroque@baylibre.com>
>>