diff options
author | Song Chen | 2020-12-25 17:52:38 +0800 |
---|---|---|
committer | Greg Kroah-Hartman | 2020-12-28 15:10:20 +0100 |
commit | c1a1205240ffba4cc829cd60d47f2b16e985d1cb (patch) | |
tree | 909590ebdf0c9fc37cf0759037f64d107ee97f97 /drivers | |
parent | 1790f2be41e48788314f0923174cd943b8bd6a54 (diff) |
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: Song Chen <chensong_2000@189.cn>
Link: https://lore.kernel.org/r/1608889958-32118-1-git-send-email-chensong_2000@189.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/board/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig index d0c6e42eadda..64c77970eee8 100644 --- a/drivers/staging/board/Kconfig +++ b/drivers/staging/board/Kconfig @@ -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. |