aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/rx6110sa/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2017-07-03 15:08:08 +0200
committerMartin Roth <martinroth@google.com>2017-08-18 15:33:58 +0000
commit0594c5973ca6612e151d206a5a68ca4b0dcb955e (patch)
tree5bb877f6edfe9ee3ad67ded76624b5e3f09e4435 /src/drivers/i2c/rx6110sa/Kconfig
parent581738642fbeacdf97fc737a41b3128d72cf1a1c (diff)
drivers/i2c/rx6110sa: Drop I2C interface arbitration
Change-Id: Ib31e77eec639c231520198c0b978d6c3c1eadaed Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20454 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/i2c/rx6110sa/Kconfig')
-rw-r--r--src/drivers/i2c/rx6110sa/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/drivers/i2c/rx6110sa/Kconfig b/src/drivers/i2c/rx6110sa/Kconfig
index 48654c6083..a5608f82f7 100644
--- a/src/drivers/i2c/rx6110sa/Kconfig
+++ b/src/drivers/i2c/rx6110sa/Kconfig
@@ -3,10 +3,3 @@ config DRIVERS_I2C_RX6110SA
default n
help
Enable support for external RTC chip RX6110 SA.
-
-config RX6110SA_USE_SMBUS
- bool
- default n
- help
- Select this option if the RTC RX6110SA is connected to a SMBus controller.
- If not selected I2C controller is used instead.