diff mbox

ARM: nspire: Fix Kconfig dependency

Message ID 1464807997-3804-1-git-send-email-shc_work@mail.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Shiyan June 1, 2016, 7:06 p.m. UTC
ARM926T-based machine should depend on the ARCH_MULTI_V5 option.
The ARCH_MULTI_V4_V5 is selected automatically by basic ARM configuration.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-nspire/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann June 1, 2016, 8:51 p.m. UTC | #1
On Wednesday, June 1, 2016 10:06:37 PM CEST Alexander Shiyan wrote:
> ARM926T-based machine should depend on the ARCH_MULTI_V5 option.
> The ARCH_MULTI_V4_V5 is selected automatically by basic ARM configuration.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>

The patch looks good, but I don't think bcm-kernel-feedback-list
is the right recipient.

Daniel added the code initially, so I'm adding him on Cc, but I can
also put the patch into arm-soc directly if he doesn't want to forward
it to me.

>  arch/arm/mach-nspire/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig
> index bc41f26..a22e99c6 100644
> --- a/arch/arm/mach-nspire/Kconfig
> +++ b/arch/arm/mach-nspire/Kconfig
> @@ -1,6 +1,6 @@
>  config ARCH_NSPIRE
>  	bool "TI-NSPIRE based"
> -	depends on ARCH_MULTI_V4_V5
> +	depends on ARCH_MULTI_V5
>  	depends on MMU
>  	select CPU_ARM926T
>  	select GENERIC_IRQ_CHIP
>
Arnd Bergmann July 5, 2016, 2:11 p.m. UTC | #2
On Wednesday, June 1, 2016 10:06:37 PM CEST Alexander Shiyan wrote:
> ARM926T-based machine should depend on the ARCH_MULTI_V5 option.
> The ARCH_MULTI_V4_V5 is selected automatically by basic ARM configuration.
> 
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
> ---
>  arch/arm/mach-nspire/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

I found this in the backlog of unmerged patches, applied to next/cleanup now.

	Arnd
diff mbox

Patch

diff --git a/arch/arm/mach-nspire/Kconfig b/arch/arm/mach-nspire/Kconfig
index bc41f26..a22e99c6 100644
--- a/arch/arm/mach-nspire/Kconfig
+++ b/arch/arm/mach-nspire/Kconfig
@@ -1,6 +1,6 @@ 
 config ARCH_NSPIRE
 	bool "TI-NSPIRE based"
-	depends on ARCH_MULTI_V4_V5
+	depends on ARCH_MULTI_V5
 	depends on MMU
 	select CPU_ARM926T
 	select GENERIC_IRQ_CHIP