Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.2 12 lines 498 B view raw
1# SPDX-License-Identifier: GPL-2.0 2config STAGING_BOARD 3 bool "Staging Board Support" 4 depends on OF_ADDRESS && OF_IRQ && HAVE_CLK 5 help 6 Staging board base is to support continuous upstream 7 in-tree development and integration of platform devices. 8 9 Helps developers integrate devices as platform devices for 10 device drivers that only provide platform device bindings. 11 This in turn allows for incremental development of both 12 hardware feature support and DT binding work in parallel.