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