All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pcmcia: add MIPS_DB1XXX dependence
@ 2022-04-26  6:34 Stephen Zhang
  0 siblings, 0 replies; only message in thread
From: Stephen Zhang @ 2022-04-26  6:34 UTC (permalink / raw)
  To: linux, Jonathan.Cameron, broonie, arnd, lukas.bulwahn
  Cc: zhangshida, starzhangzsd, linux-kernel

From: Shida Zhang <zhangshida@kylinos.cn>

drivers/pcmcia/db1xxx_ss.c uses the bcsr_read like function from
arch/mips/alchemy/devboards/bcsr.c, which is controlled by
MIPS_DB1XXX. So add MIPS_DB1XXX dependence.

Signed-off-by: Shida Zhang <zhangshida@kylinos.cn>
---
 drivers/pcmcia/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 2ce261cfff8e..04b51cb67fbf 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -151,7 +151,7 @@ config TCIC
 
 config PCMCIA_ALCHEMY_DEVBOARD
 	tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
-	depends on MIPS_ALCHEMY && PCMCIA
+	depends on MIPS_ALCHEMY && MIPS_DB1XXX && PCMCIA
 	help
 	  Enable this driver of you want PCMCIA support on your Alchemy
 	  Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300
-- 
2.30.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-26  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  6:34 [PATCH] pcmcia: add MIPS_DB1XXX dependence Stephen Zhang

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.