diff options
| author | Juston Li <justonli@chromium.org> | 2025-06-11 15:51:23 -0700 |
|---|---|---|
| committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2025-07-08 09:34:47 -0700 |
| commit | 5d95cbf21a4a550f2a2050c947083de2587cf46d (patch) | |
| tree | 08fe93b7e8e7b5b1fabc7f5eee7c677d96936fcd /drivers/Kconfig | |
| parent | 3e89a8c6835476aa782da80585dee9ddae651eea (diff) | |
| download | linux-5d95cbf21a4a550f2a2050c947083de2587cf46d.tar.gz linux-5d95cbf21a4a550f2a2050c947083de2587cf46d.tar.bz2 linux-5d95cbf21a4a550f2a2050c947083de2587cf46d.zip | |
gpu/trace: make TRACE_GPU_MEM configurable
Move the source to a better place in Device Drivers -> Graphics support
now that its configurable.
v4:
- Move source location (Tvrtko)
v3:
- Patch introduced to replace per-driver config (Lucas)
Signed-off-by: Juston Li <justonli@chromium.org>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250611225145.1739201-1-justonli@chromium.org
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index 7c556c5ac4fd..c5edbd2288a1 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -209,8 +209,6 @@ source "drivers/thunderbolt/Kconfig" source "drivers/android/Kconfig" -source "drivers/gpu/trace/Kconfig" - source "drivers/nvdimm/Kconfig" source "drivers/dax/Kconfig" |
