]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: Include drivers/pcmcia/Kconfig
authorDavid S. Miller <davem@davemloft.net>
Mon, 24 Nov 2008 05:50:16 +0000 (21:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Dec 2008 17:17:01 +0000 (09:17 -0800)
commit36e2bdcff2c4bfd3877b74be104ec4ea055c8ebb
tree874181100e9595b1f75b10bbf4e60f6352e422d2
parent7e2167dadb50e99c9a8303a2d1f591115f96e6d7
sparc: Include drivers/pcmcia/Kconfig

Stephen Rothwell pointed out that pcmcia can't be enabled on sparc64.

There is an empty non-prompt PCMCIA explicit entry in
arch/sparc/Kconfig but that doesn't do anything.

32-bit sparc needs a small hack to make this work, since it doesn't
use the generic IRQ layer yes.  We have to provide a dummy definition
of probe_irq_mask(), since this is used by the yenta socket driver.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Kconfig
arch/sparc/include/asm/system_32.h