diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-04 09:32:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:17:16 -0500 |
commit | 8bbff6a70e2bb01d16832271ec6c3afa22f8aebd (patch) | |
tree | a781f7848c3fd9c0590b0df207bdc75b0eb1344a /drivers | |
parent | f1754f08102781f855370c7d47db0e3d85da5694 (diff) |
Convert CONFIG_MXC_GPIO to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_GPIO
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index b121979ddd..34d4409116 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -108,6 +108,11 @@ config MSM_GPIO - APQ8016 - MSM8916 +config MXC_GPIO + bool "Freescale/NXP MXC UART driver" + help + Support GPIO controllers on various i.MX platforms + config OMAP_GPIO bool "TI OMAP GPIO driver" depends on ARCH_OMAP2PLUS |