]> Git Repo - linux.git/commit
net: txgbe: Fix I2C Kconfig dependencies
authorHeikki Krogerus <[email protected]>
Tue, 3 Sep 2024 14:25:05 +0000 (17:25 +0300)
committerAndi Shyti <[email protected]>
Mon, 9 Sep 2024 22:36:54 +0000 (00:36 +0200)
commit4b09647531ee8ba52fa334482dd5e1ff1ab824be
tree723a6063e6751ad1d65e9494d1b18fc5840bd7e3
parent0175b1d3c6dffa3e0d40f1c8ba1e0ce23f1d786d
net: txgbe: Fix I2C Kconfig dependencies

The dependency handling of the Synopsys DesignWare I2C
adapter drivers is going to be changed so that the glue
drivers for the platform and PCI buses depend on
I2C_DESIGNWARE_CORE. Right now this driver prevents that
update because it selects I2C_DESIGNWARE_PLATFORM.

To make the dependency on I2C_DESIGNWARE_PLATFORM consistent
with the other drivers in kernel that depend on it, and
allow the dependency handling of the Synopsys DesignWare I2C
drivers to be updated, change the "select" into "depends on".

Cc: Jiawen Wu <[email protected]>
Cc: Mengyuan Lou <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: Eric Dumazet <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: Paolo Abeni <[email protected]>
Cc: [email protected]
Signed-off-by: Heikki Krogerus <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
drivers/net/ethernet/wangxun/Kconfig
This page took 0.053812 seconds and 4 git commands to generate.