summaryrefslogtreecommitdiffstats
path: root/drivers/net/mctp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mctp/Kconfig')
-rw-r--r--drivers/net/mctp/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/net/mctp/Kconfig b/drivers/net/mctp/Kconfig
index b758b29c2ddf..d8f966cedc89 100644
--- a/drivers/net/mctp/Kconfig
+++ b/drivers/net/mctp/Kconfig
@@ -3,18 +3,6 @@ if MCTP
menu "MCTP Device Drivers"
-config MCTP_TRANSPORT_I2C
- tristate "MCTP SMBus/I2C transport"
- # i2c-mux is optional, but we must build as a module if i2c-mux is a module
- depends on I2C_MUX || !I2C_MUX
- depends on I2C
- depends on I2C_SLAVE
- select MCTP_FLOWS
- help
- Provides a driver to access MCTP devices over SMBus/I2C transport,
- from DMTF specification DSP0237. A MCTP protocol network device is
- created for each I2C bus that has been assigned a mctp-i2c device.
-
endmenu
endif