commit | 4547b5ca061e21f818de0b21f623fd8bb96449e8 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Fri Sep 15 17:08:57 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Sun Sep 17 09:28:30 2017 -0400 |
tree | 73e2e1aa959393a4157051c2d806755f7356b1fb | |
parent | d98661ac272a5359fcb67b29ae2404bee794473a [diff] |
drivers: i2c: sbcon: Only show SBCon when building for ARM Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
diff --git a/drivers/i2c/Kconfig.sbcon b/drivers/i2c/Kconfig.sbcon index 1024171..ec7c484 100644 --- a/drivers/i2c/Kconfig.sbcon +++ b/drivers/i2c/Kconfig.sbcon
@@ -6,7 +6,7 @@ menuconfig I2C_SBCON bool "I2C driver for ARM's SBCon two-wire serial bus interface" - depends on I2C + depends on I2C && ARM select I2C_BITBANG default n