diff options
author | Corey Minyard <cminyard@mvista.com> | 2021-10-05 14:44:44 +0300 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-10-05 14:54:17 +0300 |
commit | 8332cd4936ed93df42add6541f740ce937e7a5bc (patch) | |
tree | 980bd3daae15ba2f0b46ae82e4f9e0fb2dfc6ea1 /drivers/char | |
parent | b81a817af1800e76407188aa2e8f00c93f1e119c (diff) | |
download | linux-8332cd4936ed93df42add6541f740ce937e7a5bc.tar.xz |
ipmi:ssif: Use depends on, not select, for I2C
It's more appropriate here.
Suggested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/ipmi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/ipmi/Kconfig b/drivers/char/ipmi/Kconfig index 7456bdff22ec..ace882ed3d55 100644 --- a/drivers/char/ipmi/Kconfig +++ b/drivers/char/ipmi/Kconfig @@ -69,7 +69,7 @@ config IPMI_SI config IPMI_SSIF tristate 'IPMI SMBus handler (SSIF)' - select I2C + depends on I2C help Provides a driver for a SMBus interface to a BMC, meaning that you have a driver that must be accessed over an I2C bus instead of a |