projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37eed89
)
drm/appletbdrm: Make appletbdrm depend on X86
author
Aditya Garg
<gargaditya08@live.com>
Thu, 10 Apr 2025 18:20:01 +0000
(23:50 +0530)
committer
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Tue, 29 Apr 2025 13:30:52 +0000
(09:30 -0400)
The appletbdrm driver is exclusively for Touch Bars on x86 Intel Macs.
The M1 Macs have a separate driver. So, lets avoid compiling it for
other architectures.
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Link:
https://lore.kernel.org/r/PN3PR01MB95970778982F28E4A3751392B8B72@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
drivers/gpu/drm/tiny/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/tiny/Kconfig
b/drivers/gpu/drm/tiny/Kconfig
index ad4dab525f93de2a202e6106e59613ed12fbb43a..daa1adbb1b43325d644ae13f3cabfc1bb01ff4d8 100644
(file)
--- a/
drivers/gpu/drm/tiny/Kconfig
+++ b/
drivers/gpu/drm/tiny/Kconfig
@@
-3,6
+3,7
@@
config DRM_APPLETBDRM
tristate "DRM support for Apple Touch Bars"
depends on DRM && USB && MMU
+ depends on X86 || COMPILE_TEST
select DRM_GEM_SHMEM_HELPER
select DRM_KMS_HELPER
help