commit | c6afec5e4d323e7b88a7d6e291a5aa021a8fcb7d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Nov 23 21:50:16 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 04 09:17:01 2008 -0800 |
tree | 874181100e9595b1f75b10bbf4e60f6352e422d2 | |
parent | 2c2551ab99f9ba3c726e6a41c84ef0c7390fc546 [diff] |
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>