blob: 7b5178a23a4f623b8fddc3ea2520bf9c4fca2d5f [file] [log] [blame]
Masahiro Yamadada333ae2014-10-23 22:26:09 +09001config DM_GPIO
2 bool "Enable Driver Model for GPIO drivers"
3 depends on DM
4 help
Simon Glassf94a1be2015-02-05 21:41:35 -07005 Enable driver model for GPIO access. The standard GPIO
6 interface (gpio_get_value(), etc.) is then implemented by
7 the GPIO uclass. Drivers provide methods to query the
8 particular GPIOs that they provide. The uclass interface
9 is defined in include/asm-generic/gpio.h.
Albert ARIBAUD \(3ADEV\)606f7042015-03-31 11:40:46 +020010
11config LPC32XX_GPIO
12 bool "LPC32XX GPIO driver"
13 depends on DM
14 default n
15 help
16 Support for the LPC32XX GPIO driver.