From: Hui Wang Date: Mon, 6 Feb 2012 07:10:59 +0000 (-0300) Subject: edac: sb_edac: Let the driver depend on PCI_MMCONFIG X-Git-Tag: v3.4-rc1~62^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22a5c27bec0161c70cc2d8d1730f9b14b604757d;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed