Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] I2C: fix sx200_acb build on other arches

scx200_acb is only useful on a few Geode-based systems, and won't
compile on non-x86 systems due to the lack of asm/msr.h, as reported
by Andrew Morton. Thus, we should make that driver depend on X86.

Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Jean Delvare and committed by
Greg Kroah-Hartman
cdf263f1 a417bbd3

+1 -1
+1 -1
drivers/i2c/busses/Kconfig
··· 390 390 391 391 config SCx200_ACB 392 392 tristate "Geode ACCESS.bus support" 393 - depends on I2C && PCI 393 + depends on X86_32 && I2C && PCI 394 394 help 395 395 Enable the use of the ACCESS.bus controllers on the Geode SCx200 and 396 396 SC1100 processors and the CS5535 and CS5536 Geode companion devices.