[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1391971686-9517-3-git-send-email-richard@nod.at>
Date: Sun, 9 Feb 2014 19:47:40 +0100
From: Richard Weinberger <richard@....at>
To: Wolfram Sang <wsa@...-dreams.de>,
linux-i2c@...r.kernel.org (open list:I2C SUBSYSTEM),
linux-kernel@...r.kernel.org (open list)
Cc: Richard Weinberger <richard@....at>
Subject: [PATCH 02/28] Remove OF_I2C
The symbol is an orphan, get rid of it.
Signed-off-by: Richard Weinberger <richard@....at>
---
drivers/i2c/busses/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index f5ed031..de17c55 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -387,7 +387,7 @@ config I2C_CBUS_GPIO
config I2C_CPM
tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
- depends on (CPM1 || CPM2) && OF_I2C
+ depends on CPM1 || CPM2
help
This supports the use of the I2C interface on Freescale
processors with CPM1 or CPM2.
--
1.8.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists