All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: unhide PATA_PLATFORM
@ 2023-05-09 18:57 Manuel Lauss
  2023-05-23  9:06 ` Thomas Bogendoerfer
  2023-05-23 14:44 ` Maciej W. Rozycki
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Lauss @ 2023-05-09 18:57 UTC (permalink / raw)
  To: linux-mips; +Cc: Manuel Lauss

Alchemy DB1200/DB1300 boards can use the pata_platform driver.
Unhide the config entry in all of MIPS.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
 arch/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c2f5498d207f..675a8660cb85 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -79,6 +79,7 @@ config MIPS
 	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 	select HAVE_MOD_ARCH_SPECIFIC
 	select HAVE_NMI
+	select HAVE_PATA_PLATFORM
 	select HAVE_PERF_EVENTS
 	select HAVE_PERF_REGS
 	select HAVE_PERF_USER_STACK_DUMP
-- 
2.40.1


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

* Re: [PATCH] MIPS: unhide PATA_PLATFORM
  2023-05-09 18:57 [PATCH] MIPS: unhide PATA_PLATFORM Manuel Lauss
@ 2023-05-23  9:06 ` Thomas Bogendoerfer
  2023-05-23 14:44 ` Maciej W. Rozycki
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Bogendoerfer @ 2023-05-23  9:06 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: linux-mips

On Tue, May 09, 2023 at 08:57:44PM +0200, Manuel Lauss wrote:
> Alchemy DB1200/DB1300 boards can use the pata_platform driver.
> Unhide the config entry in all of MIPS.
> 
> Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
> ---
>  arch/mips/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index c2f5498d207f..675a8660cb85 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -79,6 +79,7 @@ config MIPS
>  	select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
>  	select HAVE_MOD_ARCH_SPECIFIC
>  	select HAVE_NMI
> +	select HAVE_PATA_PLATFORM
>  	select HAVE_PERF_EVENTS
>  	select HAVE_PERF_REGS
>  	select HAVE_PERF_USER_STACK_DUMP
> -- 
> 2.40.1

applied to mips-fixes.

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] 3+ messages in thread

* Re: [PATCH] MIPS: unhide PATA_PLATFORM
  2023-05-09 18:57 [PATCH] MIPS: unhide PATA_PLATFORM Manuel Lauss
  2023-05-23  9:06 ` Thomas Bogendoerfer
@ 2023-05-23 14:44 ` Maciej W. Rozycki
  1 sibling, 0 replies; 3+ messages in thread
From: Maciej W. Rozycki @ 2023-05-23 14:44 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: linux-mips

On Tue, 9 May 2023, Manuel Lauss wrote:

> Alchemy DB1200/DB1300 boards can use the pata_platform driver.
> Unhide the config entry in all of MIPS.

 Why not for the relevant platforms only, just like with SIBYTE_SWARM or 
SIBYTE_LITTLESUR?  Otherwise you clutter the configuration of all the 
irrelevant systems.

  Maciej

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

end of thread, other threads:[~2023-05-23 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 18:57 [PATCH] MIPS: unhide PATA_PLATFORM Manuel Lauss
2023-05-23  9:06 ` Thomas Bogendoerfer
2023-05-23 14:44 ` Maciej W. Rozycki

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.