Input: apple_z2 - drop default ARCH_APPLE in Kconfig
authorSven Peter <sven@kernel.org>
Thu, 12 Jun 2025 21:11:32 +0000 (21:11 +0000)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 17 Jun 2025 22:18:08 +0000 (15:18 -0700)
commitf4b048a6a34af9ad14a3a4a82902748f6cea6872
tree39ef11a08e16e91ed95735a54ee759ab74a8c3c0
parent155c1e5a92bebff36cc033c9eb9bb3f76712af44
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 <sven@kernel.org>
Link: https://lore.kernel.org/r/20250612-apple-kconfig-defconfig-v1-8-0e6f9cb512c1@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig