0001 # SPDX-License-Identifier: GPL-2.0
0002 config STAGING_BOARD
0003 bool "Staging Board Support"
0004 depends on OF_ADDRESS && OF_IRQ && HAVE_CLK
0005 help
0006 Staging board base is to support continuous upstream
0007 in-tree development and integration of platform devices.
0008
0009 Helps developers integrate devices as platform devices for
0010 device drivers that only provide platform device bindings.
0011 This in turn allows for incremental development of both
0012 hardware feature support and DT binding work in parallel.