浏览代码

i2c: xlr: rename ARCH_TANGOX to ARCH_TANGO

The ARCH name was changed during the review process of the mach, and
this driver was forgotten to be converted. Fix it now.
http://article.gmane.org/gmane.linux.ports.arm.kernel/456331

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
[wsa: updated commit message slightly]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Marc Gonzalez 9 年之前
父节点
当前提交
e3879e4f31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/i2c/busses/Kconfig

+ 1 - 1
drivers/i2c/busses/Kconfig

@@ -965,7 +965,7 @@ config I2C_XILINX
 
 
 config I2C_XLR
 config I2C_XLR
 	tristate "Netlogic XLR and Sigma Designs I2C support"
 	tristate "Netlogic XLR and Sigma Designs I2C support"
-	depends on CPU_XLR || ARCH_TANGOX
+	depends on CPU_XLR || ARCH_TANGO
 	help
 	help
 	  This driver enables support for the on-chip I2C interface of
 	  This driver enables support for the on-chip I2C interface of
 	  the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs.
 	  the Netlogic XLR/XLS MIPS processors and Sigma Designs SOCs.