pinctrl: sandbox: add sandbox pinctrl driver
[J-u-boot.git] / drivers / pinctrl / Kconfig
index 6ac56ebe7d0940ffc61d58d893011f9a705786a3..30b8e452efec21793c04703260c8c9217ef439cc 100644 (file)
@@ -96,6 +96,14 @@ config SPL_PINCONF
 
 if PINCTRL || SPL_PINCTRL
 
+config PINCTRL_SANDBOX
+       bool "Sandbox pinctrl driver"
+       depends on SANDBOX
+       help
+         This enables pinctrl driver for sandbox.  Currently, this driver
+         actually does nothing but print debug messages when pinctrl
+         operations are invoked.
+
 endif
 
 endmenu
This page took 0.025849 seconds and 4 git commands to generate.