Skip to content

Commit 65cf62c

Browse files
svenpeter42Wolfram Sang
authored andcommitted
i2c: apple: 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]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent efb2ad8 commit 65cf62c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,6 @@ config I2C_APPLE
992992
tristate "Apple SMBus platform driver"
993993
depends on !I2C_PASEMI
994994
depends on ARCH_APPLE || COMPILE_TEST
995-
default ARCH_APPLE
996995
help
997996
Say Y here if you want to use the I2C controller present on Apple
998997
Silicon chips such as the M1.

0 commit comments

Comments
 (0)