linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs
@ 2018-11-12 17:00 Maksym Kokhan
  2018-11-12 17:00 ` [PATCH v2 2/2] mips: sort list of configs for Malta Maksym Kokhan
  2018-11-13 22:22 ` [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Paul Burton
  0 siblings, 2 replies; 3+ messages in thread
From: Maksym Kokhan @ 2018-11-12 17:00 UTC (permalink / raw)
  To: Ralf Baechle, Paul Burton, James Hogan
  Cc: Andrii Bordunov, linux-mips, linux-kernel, Maksym Kokhan

CONFIG_BUILTIN_DTB and CONFIG_LIBFDT selection is duplicated
in menu "Machine selection" under MIPS_MALTA.

Signed-off-by: Maksym Kokhan <maksym.kokhan@globallogic.com>
Signed-off-by: Andrii Bordunov <andrew.bordunov@gmail.com>
---
 arch/mips/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8272ea4c7264..fe4c28275271 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -539,8 +539,6 @@ config MIPS_MALTA
 	select USE_OF
 	select LIBFDT
 	select ZONE_DMA32 if 64BIT
-	select BUILTIN_DTB
-	select LIBFDT
 	help
 	  This enables support for the MIPS Technologies Malta evaluation
 	  board.
-- 
2.19.1


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

* [PATCH v2 2/2] mips: sort list of configs for Malta
  2018-11-12 17:00 [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Maksym Kokhan
@ 2018-11-12 17:00 ` Maksym Kokhan
  2018-11-13 22:22 ` [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Paul Burton
  1 sibling, 0 replies; 3+ messages in thread
From: Maksym Kokhan @ 2018-11-12 17:00 UTC (permalink / raw)
  To: Ralf Baechle, Paul Burton, James Hogan
  Cc: Andrii Bordunov, linux-mips, linux-kernel, Maksym Kokhan

Sort configs in menu "Machine selection" under MIPS_MALTA.

Signed-off-by: Maksym Kokhan <maksym.kokhan@globallogic.com>
Signed-off-by: Andrii Bordunov <andrew.bordunov@gmail.com>
---
 arch/mips/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index fe4c28275271..2ac32dac90b7 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -494,22 +494,23 @@ config MIPS_MALTA
 	select BOOT_RAW
 	select BUILTIN_DTB
 	select CEVT_R4K
-	select CSRC_R4K
 	select CLKSRC_MIPS_GIC
 	select COMMON_CLK
+	select CSRC_R4K
 	select DMA_MAYBE_COHERENT
 	select GENERIC_ISA_DMA
 	select HAVE_PCSPKR_PLATFORM
-	select IRQ_MIPS_CPU
-	select MIPS_GIC
 	select HW_HAS_PCI
 	select I8253
 	select I8259
+	select IRQ_MIPS_CPU
+	select LIBFDT
 	select MIPS_BONITO64
 	select MIPS_CPU_SCACHE
+	select MIPS_GIC
 	select MIPS_L1_CACHE_SHIFT_6
-	select PCI_GT64XXX_PCI0
 	select MIPS_MSC
+	select PCI_GT64XXX_PCI0
 	select SMP_UP if SMP
 	select SWAP_IO_SPACE
 	select SYS_HAS_CPU_MIPS32_R1
@@ -528,16 +529,15 @@ config MIPS_MALTA
 	select SYS_SUPPORTS_HIGHMEM
 	select SYS_SUPPORTS_LITTLE_ENDIAN
 	select SYS_SUPPORTS_MICROMIPS
+	select SYS_SUPPORTS_MIPS16
 	select SYS_SUPPORTS_MIPS_CMP
 	select SYS_SUPPORTS_MIPS_CPS
-	select SYS_SUPPORTS_MIPS16
 	select SYS_SUPPORTS_MULTITHREADING
+	select SYS_SUPPORTS_RELOCATABLE
 	select SYS_SUPPORTS_SMARTMIPS
 	select SYS_SUPPORTS_VPE_LOADER
 	select SYS_SUPPORTS_ZBOOT
-	select SYS_SUPPORTS_RELOCATABLE
 	select USE_OF
-	select LIBFDT
 	select ZONE_DMA32 if 64BIT
 	help
 	  This enables support for the MIPS Technologies Malta evaluation
-- 
2.19.1


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

* Re: [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs
  2018-11-12 17:00 [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Maksym Kokhan
  2018-11-12 17:00 ` [PATCH v2 2/2] mips: sort list of configs for Malta Maksym Kokhan
@ 2018-11-13 22:22 ` Paul Burton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Burton @ 2018-11-13 22:22 UTC (permalink / raw)
  To: Maksym Kokhan
  Cc: Ralf Baechle, Paul Burton, James Hogan, Andrii Bordunov,
	linux-mips, linux-kernel, Maksym Kokhan, linux-mips

Hello,

Maksym Kokhan wrote:
> CONFIG_BUILTIN_DTB and CONFIG_LIBFDT selection is duplicated
> in menu "Machine selection" under MIPS_MALTA.
> 
> Signed-off-by: Maksym Kokhan <maksym.kokhan@globallogic.com>
> Signed-off-by: Andrii Bordunov <andrew.bordunov@gmail.com>

Series applied to mips-next.

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]

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

end of thread, other threads:[~2018-11-13 22:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-12 17:00 [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Maksym Kokhan
2018-11-12 17:00 ` [PATCH v2 2/2] mips: sort list of configs for Malta Maksym Kokhan
2018-11-13 22:22 ` [PATCH v2 1/2] mips: delete duplicated BUILTIN_DTB and LIBFDT configs Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).