Skip to content

Commit f4b048a

Browse files
svenpeter42dtor
authored andcommitted
Input: apple_z2 - drop default ARCH_APPLE in Kconfig
When the first driver for Apple Silicon was upstreamed we accidentally included `default ARCH_APPLE` in its Kconfig which then spread to almost every subsequent driver. As soon as ARCH_APPLE is set to y this will pull in many drivers as built-ins which is not what we want. Thus, drop `default ARCH_APPLE` from Kconfig. Signed-off-by: Sven Peter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 155c1e5 commit f4b048a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/touchscreen/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ config TOUCHSCREEN_ADC
105105

106106
config TOUCHSCREEN_APPLE_Z2
107107
tristate "Apple Z2 touchscreens"
108-
default ARCH_APPLE
109108
depends on SPI && (ARCH_APPLE || COMPILE_TEST)
110109
help
111110
Say Y here if you have an ARM Apple device with

0 commit comments

Comments
 (0)