0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_I915_UNSTABLE
0003 bool "Enable unstable API for early prototype development"
0004 depends on EXPERT
0005 depends on STAGING
0006 depends on BROKEN # should never be enabled by distros!
0007 # We use the dependency on !COMPILE_TEST to not be enabled in
0008 # allmodconfig or allyesconfig configurations
0009 depends on !COMPILE_TEST
0010 default n
0011 help
0012 Enable prototype uAPI under general discussion before they are
0013 finalized. Such prototypes may be withdrawn or substantially
0014 changed before release. They are only enabled here so that a wide
0015 number of interested parties (userspace driver developers) can
0016 verify that the uAPI meet their expectations. These uAPI should
0017 never be used in production.
0018
0019 Recommended for driver developers _only_.
0020
0021 If in the slightest bit of doubt, say "N".