Skip to content

Commit 3928cf0

Browse files
rddunlapDominik Brodowski
authored andcommitted
pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards
When the MIPS_ALCHEMY board selection is MIPS_XXS1500 instead of MIPS_DB1XXX, the PCMCIA driver 'db1xxx_ss' has build errors due to missing DB1XXX symbols. The PCMCIA driver should be restricted to MIPS_DB1XXX instead of MIPS_ALCHEMY to fix this build error. ERROR: modpost: "bcsr_read" [drivers/pcmcia/db1xxx_ss.ko] undefined! ERROR: modpost: "bcsr_mod" [drivers/pcmcia/db1xxx_ss.ko] undefined! Fixes: 42a4f17 ("MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY") Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Kees Cook <[email protected]> Cc: Thomas Bogendoerfer <[email protected]> Cc: [email protected] Acked-by: Manuel Lauss <[email protected]> Signed-off-by: Dominik Brodowski <[email protected]>
1 parent 6c00ef0 commit 3928cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pcmcia/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ config TCIC
151151

152152
config PCMCIA_ALCHEMY_DEVBOARD
153153
tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
154-
depends on MIPS_ALCHEMY && PCMCIA
154+
depends on MIPS_DB1XXX && PCMCIA
155155
help
156156
Enable this driver of you want PCMCIA support on your Alchemy
157157
Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300

0 commit comments

Comments
 (0)