GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / gpu / drm / amd / lib / Kconfig
1 menu "AMD Library routines"
2
3 #
4 # Closed hash table
5 #
6 config CHASH
7         tristate
8         default DRM_AMDGPU
9         help
10          Statically sized closed hash table implementation with low
11          memory and CPU overhead.
12
13 config CHASH_STATS
14         bool "Closed hash table performance statistics"
15         depends on CHASH
16         default n
17         help
18          Enable collection of performance statistics for closed hash tables.
19
20 config CHASH_SELFTEST
21         bool "Closed hash table self test"
22         depends on CHASH
23         default n
24         help
25          Runs a selftest during module load. Several module parameters
26          are available to modify the behaviour of the test.
27
28 endmenu