]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/serial/Kconfig
dm: add entries to Kconfig
[karo-tx-uboot.git] / drivers / serial / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6a392ba24fd6b7b81209b991f8698154849d1f2c 100644 (file)
@@ -0,0 +1,6 @@
+config DM_SERIAL
+       bool "Enable Driver Model for serial drivers"
+       depends on DM
+       help
+         If you want to use driver model for serial drivers, say Y.
+         To use legacy serial drivers, say N.