aboutsummaryrefslogtreecommitdiffstats
path: root/features/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'features/i2c')
-rw-r--r--features/i2c/i2c-ismt.cfg1
-rw-r--r--features/i2c/i2c-ismt.scc1
-rw-r--r--features/i2c/i2c.cfg1
-rw-r--r--features/i2c/i2c.scc1
-rw-r--r--features/i2c/i2cdbg.cfg1
-rw-r--r--features/i2c/i2cdbg.scc1
-rw-r--r--features/i2c/i2cdev.cfg1
-rw-r--r--features/i2c/i2cdev.scc1
8 files changed, 8 insertions, 0 deletions
diff --git a/features/i2c/i2c-ismt.cfg b/features/i2c/i2c-ismt.cfg
index d2fc813e..94567c0c 100644
--- a/features/i2c/i2c-ismt.cfg
+++ b/features/i2c/i2c-ismt.cfg
@@ -1,2 +1,3 @@
+# SPDX-License-Identifier: MIT
#Enable iSMT (Intel SMBus Message Transport)
CONFIG_I2C_ISMT=m
diff --git a/features/i2c/i2c-ismt.scc b/features/i2c/i2c-ismt.scc
index 7b293084..a2026ded 100644
--- a/features/i2c/i2c-ismt.scc
+++ b/features/i2c/i2c-ismt.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable I2C iSMT Support"
define KFEATURE_COMPATIBILITY board
diff --git a/features/i2c/i2c.cfg b/features/i2c/i2c.cfg
index be41f4b3..0c4909d4 100644
--- a/features/i2c/i2c.cfg
+++ b/features/i2c/i2c.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_I2C=y
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_MUX=y
diff --git a/features/i2c/i2c.scc b/features/i2c/i2c.scc
index b4b59444..9bd61b2f 100644
--- a/features/i2c/i2c.scc
+++ b/features/i2c/i2c.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable I2C Support"
define KFEATURE_COMPATIBILITY board
diff --git a/features/i2c/i2cdbg.cfg b/features/i2c/i2cdbg.cfg
index 1f0a1b47..f7bee902 100644
--- a/features/i2c/i2cdbg.cfg
+++ b/features/i2c/i2cdbg.cfg
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
CONFIG_I2C_STUB=m
CONFIG_I2C_DEBUG_CORE=y
CONFIG_I2C_DEBUG_ALGO=y
diff --git a/features/i2c/i2cdbg.scc b/features/i2c/i2cdbg.scc
index 969f4124..4cf5b0d9 100644
--- a/features/i2c/i2cdbg.scc
+++ b/features/i2c/i2cdbg.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable I2C Debugging Options"
define KFEATURE_COMPATIBILITY board
diff --git a/features/i2c/i2cdev.cfg b/features/i2c/i2cdev.cfg
index d843de20..a2568127 100644
--- a/features/i2c/i2cdev.cfg
+++ b/features/i2c/i2cdev.cfg
@@ -1 +1,2 @@
+# SPDX-License-Identifier: MIT
CONFIG_I2C_CHARDEV=m
diff --git a/features/i2c/i2cdev.scc b/features/i2c/i2cdev.scc
index 777ac255..df4d077f 100644
--- a/features/i2c/i2cdev.scc
+++ b/features/i2c/i2cdev.scc
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable userspace I2C access"
define KFEATURE_COMPATIBILITY board