summaryrefslogtreecommitdiff
path: root/lib/utils/i2c/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/i2c/Kconfig')
-rw-r--r--lib/utils/i2c/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/utils/i2c/Kconfig b/lib/utils/i2c/Kconfig
new file mode 100644
index 00000000..16c44531
--- /dev/null
+++ b/lib/utils/i2c/Kconfig
@@ -0,0 +1,22 @@
+# SPDX-License-Identifier: BSD-2-Clause
+
+menu "I2C Support"
+
+config FDT_I2C
+ bool "FDT based I2C drivers"
+ select I2C
+ default n
+
+if FDT_I2C
+
+config FDT_I2C_SIFIVE
+ bool "SiFive I2C FDT driver"
+ default n
+
+endif
+
+config I2C
+ bool "I2C support"
+ default n
+
+endmenu