summaryrefslogtreecommitdiff
path: root/drivers/gpu/Kconfig
blob: 3bcf08260d73a782ab928c0c64401aa5e062e81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0

config GPU_BUDDY
       bool
       help
         A page based buddy allocator for GPU memory.

config GPU_BUDDY_KUNIT_TEST
       tristate "KUnit tests for GPU buddy allocator" if !KUNIT_ALL_TESTS
       depends on KUNIT
       select GPU_BUDDY
       default KUNIT_ALL_TESTS
       help
         KUnit tests for the GPU buddy allocator.