summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-24 01:21:07 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-24 09:07:06 +0200
commiteb58282ee448d1fb7b92a35f2e4eaf9607b8e8fe (patch)
tree9ed7b09a69ca9a897b99f727ba93546fc8d21f5c /drivers/gpio/Kconfig
parent40d89c49777081ea88818610a575813d8a08e5c5 (diff)
downloadbarebox-eb58282ee448d1fb7b92a35f2e4eaf9607b8e8fe.tar.gz
barebox-eb58282ee448d1fb7b92a35f2e4eaf9607b8e8fe.tar.xz
gpio: add Malta CBUS FPGA I2C driver
This driver provides common support for accessing the CBUS FPGA I2C lines through the gpio library. Additional i2c bitbang driver must be enabled in order to use the functionality of the i2c controller. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 7302955d87..45b8c53fd5 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -37,6 +37,16 @@ config GPIO_GENERIC_PLATFORM
config GPIO_IMX
def_bool ARCH_IMX
+config GPIO_MALTA_FPGA_I2C
+ bool "Malta CBUS FPGA I2C GPIO"
+ depends on MACH_MIPS_MALTA
+ help
+ Support access to the CBUS FPGA I2C lines through the gpio library.
+
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
+
config GPIO_OMAP
def_bool ARCH_OMAP