Merge tag 'fscache-next-20210829' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / staging / board / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config 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.