diff options
author | Florian.Heilmann <Florian.Heilmann@gmx.net> | 2018-10-26 09:37:21 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2018-10-27 10:34:28 -0400 |
commit | 5a919c892abc04bedb9eaef4262f9ec02bb9d7fc (patch) | |
tree | 7de7ce751a3ec78a2f5190a6436ae8f46d0a8f2e /src/Kconfig | |
parent | 24bbc43fd04033decde51097f6194db6cb54fda9 (diff) | |
download | kutter-5a919c892abc04bedb9eaef4262f9ec02bb9d7fc.tar.gz kutter-5a919c892abc04bedb9eaef4262f9ec02bb9d7fc.tar.xz kutter-5a919c892abc04bedb9eaef4262f9ec02bb9d7fc.zip |
Add generic i2c interface
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index f078cb20..cb3d3602 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -47,6 +47,9 @@ config HAVE_GPIO_ADC config HAVE_GPIO_SPI bool default n +config HAVE_GPIO_I2C + bool + default n config HAVE_GPIO_HARD_PWM bool default n |