Merge tag 'linux-watchdog-5.12-rc1' of git://www.linux-watchdog.org/linux-watchdog
[linux-2.6-microblaze.git] / drivers / staging / board / Kconfig
index d0c6e42..64c7797 100644 (file)
@@ -3,7 +3,10 @@ config STAGING_BOARD
        bool "Staging Board Support"
        depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP
        help
-         Select to enable per-board staging support code.
-
-         If in doubt, say N here.
+         Staging board base is to support continuous upstream
+         in-tree development and integration of platform devices.
 
+         Helps developers integrate devices as platform devices for
+         device drivers that only provide platform device bindings.
+         This in turn allows for incremental development of both
+         hardware feature support and DT binding work in parallel.