xref: /linux/drivers/gpu/Kconfig (revision 1a1751507e39cd6388257ae93af45a8e5a0d3e97)
1# SPDX-License-Identifier: GPL-2.0
2
3config GPU_BUDDY
4       bool
5       help
6         A page based buddy allocator for GPU memory.
7
8config GPU_BUDDY_KUNIT_TEST
9       tristate "KUnit tests for GPU buddy allocator" if !KUNIT_ALL_TESTS
10       depends on GPU_BUDDY && KUNIT
11       default KUNIT_ALL_TESTS
12       help
13         KUnit tests for the GPU buddy allocator.
14