linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch: mips: Remove unused BOARD_INGENIC Kconfig option
@ 2020-12-22 20:32 Bert Vermeulen
  2020-12-28 21:38 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Bert Vermeulen @ 2020-12-22 20:32 UTC (permalink / raw)
  To: Paul Burton, Thomas Bogendoerfer,
	open list:MIPS GENERIC PLATFORM, open list
  Cc: Bert Vermeulen

Board support depends on MACH_INGENIC, not BOARD_INGENIC.

Signed-off-by: Bert Vermeulen <bert@biot.com>
---
 arch/mips/generic/Kconfig | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/arch/mips/generic/Kconfig b/arch/mips/generic/Kconfig
index 55d9aed7ced9..5216c850b7e2 100644
--- a/arch/mips/generic/Kconfig
+++ b/arch/mips/generic/Kconfig
@@ -73,12 +73,6 @@ config FIT_IMAGE_FDT_OCELOT
 	  from Microsemi in the FIT kernel image.
 	  This requires u-boot on the platform.
 
-config BOARD_INGENIC
-	bool "Support boards based on Ingenic SoCs"
-	select MACH_INGENIC_GENERIC
-	help
-	  Enable support for boards based on Ingenic SoCs.
-
 config VIRT_BOARD_RANCHU
 	bool "Support Ranchu platform for Android emulator"
 	help
-- 
2.25.1


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

* Re: [PATCH] arch: mips: Remove unused BOARD_INGENIC Kconfig option
  2020-12-22 20:32 [PATCH] arch: mips: Remove unused BOARD_INGENIC Kconfig option Bert Vermeulen
@ 2020-12-28 21:38 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2020-12-28 21:38 UTC (permalink / raw)
  To: Bert Vermeulen; +Cc: Paul Burton, open list:MIPS GENERIC PLATFORM, open list

On Tue, Dec 22, 2020 at 09:32:39PM +0100, Bert Vermeulen wrote:
> Board support depends on MACH_INGENIC, not BOARD_INGENIC.

you are missing the point here. BOARD_INGENIC is for enabling
Ingenic boards in a generic kernel, while MACH_INGENIC is for
building a Ingenic only kernel (usually for size/performance reasons).

Thomas.

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

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

end of thread, other threads:[~2020-12-28 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 20:32 [PATCH] arch: mips: Remove unused BOARD_INGENIC Kconfig option Bert Vermeulen
2020-12-28 21:38 ` Thomas Bogendoerfer

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).