xref: /linux/drivers/gpu/Kconfig (revision 570f7e331f5febb30f1384817463c7e42b65ca7d)
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 KUNIT
11       select GPU_BUDDY
12       default KUNIT_ALL_TESTS
13       help
14         KUnit tests for the GPU buddy allocator.
15