All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: allow FORCE_MAX_ZONEORDER to be configurable on Keystone
@ 2015-07-01 17:53 ` Murali Karicheri
  0 siblings, 0 replies; 6+ messages in thread
From: Murali Karicheri @ 2015-07-01 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

Currently for Keystone devices, user can't change the
value of CONFIG_FORCE_MAX_ZONEORDER option in defconfig.
Users require capability to tune the value of this option on a target
board. So this patch adds this capability

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 arch/arm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a750c14..9b5f8bc 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1731,7 +1731,7 @@ config ARM_MODULE_PLTS
 source "mm/Kconfig"
 
 config FORCE_MAX_ZONEORDER
-	int "Maximum zone order" if ARCH_SHMOBILE_LEGACY
+	int "Maximum zone order" if ARCH_SHMOBILE_LEGACY || ARCH_KEYSTONE
 	range 11 64 if ARCH_SHMOBILE_LEGACY
 	default "12" if SOC_AM33XX
 	default "9" if SA1111 || ARCH_EFM32
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-02 18:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 17:53 [PATCH] ARM: keystone: allow FORCE_MAX_ZONEORDER to be configurable on Keystone Murali Karicheri
2015-07-01 17:53 ` Murali Karicheri
2015-07-01 18:48 ` Russell King - ARM Linux
2015-07-01 18:48   ` Russell King - ARM Linux
2015-07-02 18:54   ` Murali Karicheri
2015-07-02 18:54     ` Murali Karicheri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.