Commit c1a12052 authored by Song Chen's avatar Song Chen Committed by Greg Kroah-Hartman
Browse files

staging: board: description for CONFIG_STAGING_BOARD



A paragraph to describe what CONFIG_STAGING_BOARD is for,
to help developers have better understanding.

Signed-off-by: default avatarSong Chen <chensong_2000@189.cn>
Link: https://lore.kernel.org/r/1608889958-32118-1-git-send-email-chensong_2000@189.cn


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1790f2be
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -3,7 +3,10 @@ config STAGING_BOARD
	bool "Staging Board Support"
	bool "Staging Board Support"
	depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP
	depends on OF_ADDRESS && OF_IRQ && CLKDEV_LOOKUP
	help
	help
	  Select to enable per-board staging support code.
	  Staging board base is to support continuous upstream

	  in-tree development and integration of platform devices.
	  If in doubt, say N here.


	  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.