diff options
author | 2024-07-19 11:59:31 +0200 | |
---|---|---|
committer | 2024-08-05 15:54:29 +0300 | |
commit | ce4a995884ecedb98ba00e2e0b8ce94cde2060ce (patch) | |
tree | 50089b71faa1fedff5d524dd6154938ffea92ce8 /scripts/generate_rust_analyzer.py | |
parent | drm/test: fix the gem shmem test to map the sg table. (diff) | |
download | wireguard-linux-ce4a995884ecedb98ba00e2e0b8ce94cde2060ce.tar.xz wireguard-linux-ce4a995884ecedb98ba00e2e0b8ce94cde2060ce.zip |
drm/omap: add CONFIG_MMU dependency
Compile-testing with CONFIG_MMU disabled causes a link error in omapdrm:
arm-linux-gnueabi-ld: drivers/gpu/drm/omapdrm/omap_gem.o: in function `omap_gem_fault_2d':
omap_gem.c:(.text+0x36e): undefined reference to `vmf_insert_mixed'
arm-linux-gnueabi-ld: drivers/gpu/drm/omapdrm/omap_gem.o: in function `omap_gem_fault':
omap_gem.c:(.text+0x74a): undefined reference to `vmf_insert_mixed'
Avoid this by adding a Kconfig dependency.
Fixes: dc6fcaaba5a5 ("drm/omap: Allow build with COMPILE_TEST=y")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240719095942.3841009-1-arnd@kernel.org
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions