xref: /linux/drivers/gpu/Kconfig (revision 70f780edcd1e86350202d8a409de026b2d2e2067)
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