edac: sb_edac: Let the driver depend on PCI_MMCONFIG
authorHui Wang <jason77.wang@gmail.com>
Mon, 6 Feb 2012 07:10:59 +0000 (04:10 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 21 Mar 2012 18:19:56 +0000 (15:19 -0300)
commit22a5c27bec0161c70cc2d8d1730f9b14b604757d
treef31e504d617fbe136849438e10c84a1794e2973b
parent01a6e28b5096aea6801a21bdc20bf1de32833af5
edac: sb_edac: Let the driver depend on PCI_MMCONFIG

This driver needs to access PCIe Extended Configuration Space
Registers (0x100~0xfff), to correctly access those registers, we need
to enable PCI_MMCONFIG option. Since this option is not enabled for
X86_64 by default, we let the driver depend on it to prevent users
forgetting to enable this option.

Signed-off-by: Hui Wang <jason77.wang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/Kconfig