[linux-yocto] [yocto-kernel-cache][PATCH 3/5] features: add config to support i2c-iSMT

Anuj Mittal anuj.mittal at intel.com
Thu Feb 8 01:26:35 PST 2018


If enabled, support will be included for the Intel
iSMT SMBus host controller interface.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 features/i2c/i2c-ismt.cfg | 2 ++
 features/i2c/i2c-ismt.scc | 4 ++++
 2 files changed, 6 insertions(+)
 create mode 100644 features/i2c/i2c-ismt.cfg
 create mode 100644 features/i2c/i2c-ismt.scc

diff --git a/features/i2c/i2c-ismt.cfg b/features/i2c/i2c-ismt.cfg
new file mode 100644
index 0000000..d2fc813
--- /dev/null
+++ b/features/i2c/i2c-ismt.cfg
@@ -0,0 +1,2 @@
+#Enable iSMT (Intel SMBus Message Transport)
+CONFIG_I2C_ISMT=m
diff --git a/features/i2c/i2c-ismt.scc b/features/i2c/i2c-ismt.scc
new file mode 100644
index 0000000..7b29308
--- /dev/null
+++ b/features/i2c/i2c-ismt.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable I2C iSMT Support"
+define KFEATURE_COMPATIBILITY board
+
+kconf hardware i2c-ismt.cfg
-- 
2.7.4



More information about the linux-yocto mailing list