[PATCH] mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP

Lukas Bulwahn posted 1 patch 2 years, 10 months ago
arch/mips/Kconfig | 6 ------
1 file changed, 6 deletions(-)
[PATCH] mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP
Posted by Lukas Bulwahn 2 years, 10 months ago
Commit 1b00767fd8e1 ("MIPS: Remove PMC MSP71xx platform") removes all uses
of the config IRQ_MSP_CIC and IRQ_MSP_SLP.

Remove these two obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/mips/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f1dfc2fe2acb..26d254d125b6 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1179,12 +1179,6 @@ config SYS_SUPPORTS_LITTLE_ENDIAN
 config MIPS_HUGE_TLB_SUPPORT
 	def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
 
-config IRQ_MSP_SLP
-	bool
-
-config IRQ_MSP_CIC
-	bool
-
 config IRQ_TXX9
 	bool
 
-- 
2.17.1
Re: [PATCH] mips: Remove obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP
Posted by Thomas Bogendoerfer 2 years, 10 months ago
On Fri, Mar 24, 2023 at 11:08:48AM +0100, Lukas Bulwahn wrote:
> Commit 1b00767fd8e1 ("MIPS: Remove PMC MSP71xx platform") removes all uses
> of the config IRQ_MSP_CIC and IRQ_MSP_SLP.
> 
> Remove these two obsolete configs IRQ_MSP_CIC and IRQ_MSP_SLP.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  arch/mips/Kconfig | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index f1dfc2fe2acb..26d254d125b6 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -1179,12 +1179,6 @@ config SYS_SUPPORTS_LITTLE_ENDIAN
>  config MIPS_HUGE_TLB_SUPPORT
>  	def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE
>  
> -config IRQ_MSP_SLP
> -	bool
> -
> -config IRQ_MSP_CIC
> -	bool
> -
>  config IRQ_TXX9
>  	bool
>  
> -- 
> 2.17.1

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]