Message ID | 20230509185744.413302-1-manuel.lauss@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 75b18aac6fa39a1720677970cfcb52ecea1eb44c |
Headers | show |
Series | MIPS: unhide PATA_PLATFORM | expand |
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.
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
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
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(+)