Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread Nishanth Menon
On 13:59-20201112, santosh.shilim...@oracle.com wrote: [...] > > > > I can apply SOC kconfig patch [1] to my soc branch. That branch with > some additional patches am going to send up, so it should > work. Let me know. I think that should work, thanks. -- Regards, Nishanth Menon Key

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread santosh . shilimkar
On 11/12/20 2:22 PM, Nishanth Menon wrote: On 13:59-20201112, santosh.shilim...@oracle.com wrote: On 11/12/20 1:56 PM, Nishanth Menon wrote: On 14:08-20201026, Nishanth Menon wrote: On 23:30-20201026, Lokesh Vutla wrote: [..] ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread Nishanth Menon
On 13:59-20201112, santosh.shilim...@oracle.com wrote: > On 11/12/20 1:56 PM, Nishanth Menon wrote: > > On 14:08-20201026, Nishanth Menon wrote: > > > On 23:30-20201026, Lokesh Vutla wrote: > > > [..] > > > > ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC > > > >

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread santosh . shilimkar
On 11/12/20 1:56 PM, Nishanth Menon wrote: On 14:08-20201026, Nishanth Menon wrote: On 23:30-20201026, Lokesh Vutla wrote: [..] ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y drivers/soc/ti/Kconfig:7:config ARCH_K3_AM6_SOC ➜ linux

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-11-12 Thread Nishanth Menon
On 14:08-20201026, Nishanth Menon wrote: > On 23:30-20201026, Lokesh Vutla wrote: > [..] > > ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC > > arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y > > drivers/soc/ti/Kconfig:7:config ARCH_K3_AM6_SOC > > ➜ linux git:(master) git grep -in

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-10-27 Thread Nishanth Menon
On 21:29-20201027, Lokesh Vutla wrote: > > > On 27/10/20 12:38 am, Nishanth Menon wrote: > > On 23:30-20201026, Lokesh Vutla wrote: > > [..] > >> ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC > >> arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y > >> drivers/soc/ti/Kconfig:7:config

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-10-27 Thread Lokesh Vutla
On 27/10/20 12:38 am, Nishanth Menon wrote: > On 23:30-20201026, Lokesh Vutla wrote: > [..] >> ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC >> arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y >> drivers/soc/ti/Kconfig:7:config ARCH_K3_AM6_SOC >> ➜ linux git:(master) git grep -in

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-10-26 Thread Nishanth Menon
On 23:30-20201026, Lokesh Vutla wrote: [..] > ➜ linux git:(master) git grep -in ARCH_K3_AM6_SOC > arch/arm64/configs/defconfig:961:CONFIG_ARCH_K3_AM6_SOC=y > drivers/soc/ti/Kconfig:7:config ARCH_K3_AM6_SOC > ➜ linux git:(master) git grep -in ARCH_K3_J721E_SOC >

Re: [PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-10-26 Thread Lokesh Vutla
On 26/10/20 10:36 pm, Nishanth Menon wrote: > With the integration of chip-id detection scheme in kernel[1], there > is no specific need to maintain multitudes of SoC specific config > options, discussed as per [2], we have deprecated the usage in other > places for v5.10-rc1. Drop the

[PATCH] soc: ti: Kconfig: Drop ARM64 SoC specific configs

2020-10-26 Thread Nishanth Menon
With the integration of chip-id detection scheme in kernel[1], there is no specific need to maintain multitudes of SoC specific config options, discussed as per [2], we have deprecated the usage in other places for v5.10-rc1. Drop the configuration for the follow on kernel. [1]