]> git.sur5r.net Git - u-boot/blobdiff - drivers/pinctrl/Kconfig
rockchip: mkimage: remove (left-over) assignment w/o effect [coverity]
[u-boot] / drivers / pinctrl / Kconfig
index 9d0f5016ca4ae9e1df5c303891e012dfa600625b..355aeae854d8dd554997b59ad66b1f8d380ff19f 100644 (file)
@@ -150,6 +150,20 @@ config ROCKCHIP_RK3288_PINCTRL
          definitions and pin control functions for each available multiplex
          function.
 
+config PINCTRL_AT91
+       bool "AT91 pinctrl driver"
+       depends on DM
+       help
+         This option is to enable the AT91 pinctrl driver for AT91 PIO
+         controller. AT91 PIO controller is a combined gpio-controller,
+         pin-mux and pin-config module. Each I/O pin may be dedicated as
+         a general-purpose I/O or be assigned to a function of an embedded
+         peripheral. Each I/O pin has a glitch filter providing rejection of
+         glitches lower than one-half of peripheral clock cycle and
+         a debouncing filter providing rejection of unwanted pulses from key
+         or push button operations. You can also control the multi-driver
+         capability, pull-up and pull-down feature on each I/O pin.
+
 config PINCTRL_AT91PIO4
        bool "AT91 PIO4 pinctrl driver"
        depends on DM