summaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/drivers/Kconfig
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-08-03 20:19:23 +0200
committerJesper Nilsson <jespern@axis.com>2015-11-02 20:03:05 +0100
commit79b863c68eba8f7aa5b76c44db3b1df8412c977e (patch)
tree9ff1be2fe24df1d67c7b01a6d9279546efab32fe /arch/cris/arch-v32/drivers/Kconfig
parent25624b98509f6868829a093392bb6437bcbd7beb (diff)
downloadop-kernel-dev-79b863c68eba8f7aa5b76c44db3b1df8412c977e.zip
op-kernel-dev-79b863c68eba8f7aa5b76c44db3b1df8412c977e.tar.gz
CRIS v32: remove I2C bitbanging driver
Now that we have a gpiolib GPIO driver, the generic i2c-gpio driver provides this functionality. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/drivers/Kconfig')
-rw-r--r--arch/cris/arch-v32/drivers/Kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/cris/arch-v32/drivers/Kconfig b/arch/cris/arch-v32/drivers/Kconfig
index e6c523c..c5cbd2a 100644
--- a/arch/cris/arch-v32/drivers/Kconfig
+++ b/arch/cris/arch-v32/drivers/Kconfig
@@ -149,24 +149,6 @@ config ETRAX_NANDBOOT
Say Y if your boot code, kernel and root file system is in
NAND flash. Say N if they are in NOR flash.
-config ETRAX_I2C
- bool "I2C driver"
- depends on ETRAX_ARCH_V32
- help
- This option enables the I2C driver used by e.g. the RTC driver.
-
-config ETRAX_V32_I2C_DATA_PORT
- string "I2C data pin"
- depends on ETRAX_I2C
- help
- The pin to use for I2C data.
-
-config ETRAX_V32_I2C_CLK_PORT
- string "I2C clock pin"
- depends on ETRAX_I2C
- help
- The pin to use for I2C clock.
-
config ETRAX_GPIO
bool "GPIO support"
depends on ETRAX_ARCH_V32
OpenPOWER on IntegriCloud