diff options
author | Daniel Drake <dsd@laptop.org> | 2010-09-30 16:55:48 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-28 18:29:51 -0400 |
commit | 99ea2626a75e13ce926af69d96e9ae5bfb62b7ba (patch) | |
tree | 1cbfaaf0ff0c1ddb38fd0909e9e969aa2cc559b2 /drivers/gpio/Kconfig | |
parent | 375fc77ba950e388f29d11cb3279ada5e5c1580c (diff) |
gpio: Add VIA VX855 GPIO driver
This is needed for supporting the upcoming VX855 camera and OLPC DCON
drivers, as well as the advanced viafb features on non-OLPC hardware
based on this chip.
Based on earlier work by Harald Welte.
Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index dd9b4ba8d32d..3143ac795eb0 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -116,6 +116,18 @@ config GPIO_SCH | |||
116 | This driver can also be built as a module. If so, the module | 116 | This driver can also be built as a module. If so, the module |
117 | will be called sch-gpio. | 117 | will be called sch-gpio. |
118 | 118 | ||
119 | config GPIO_VX855 | ||
120 | tristate "VIA VX855/VX875 GPIO" | ||
121 | depends on GPIOLIB | ||
122 | select MFD_CORE | ||
123 | select MFD_VX855 | ||
124 | help | ||
125 | Support access to the VX855/VX875 GPIO lines through the gpio library. | ||
126 | |||
127 | This driver provides common support for accessing the device, | ||
128 | additional drivers must be enabled in order to use the | ||
129 | functionality of the device. | ||
130 | |||
119 | comment "I2C GPIO expanders:" | 131 | comment "I2C GPIO expanders:" |
120 | 132 | ||
121 | config GPIO_MAX7300 | 133 | config GPIO_MAX7300 |