]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/misc/Kconfig
drivers: hierarchize drivers Kconfig menu
[karo-tx-uboot.git] / drivers / misc / Kconfig
index ebcd58c46dd09c5ee5724d7c6754b482bf618c49..00fbc2e2ff287b463008c34859945f5e56298a19 100644 (file)
@@ -1,3 +1,9 @@
+#
+# Multifunction miscellaneous devices
+#
+
+menu "Multifunction device drivers"
+
 config CMD_CROS_EC
        bool "Enable crosec command"
        depends on CROS_EC
@@ -90,3 +96,5 @@ config RESET
          Each driver can provide a reset method which will be called to
          effect a reset. The uclass will try all available drivers when
          reset_walk() is called.
+
+endmenu