diff options
Diffstat (limited to 'src/drivers/i2c/lm63')
-rw-r--r-- | src/drivers/i2c/lm63/Kconfig | 2 | ||||
-rw-r--r-- | src/drivers/i2c/lm63/Makefile.inc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/i2c/lm63/Kconfig b/src/drivers/i2c/lm63/Kconfig new file mode 100644 index 0000000000..120ee0d931 --- /dev/null +++ b/src/drivers/i2c/lm63/Kconfig @@ -0,0 +1,2 @@ +config DRIVERS_I2C_LM63 + bool diff --git a/src/drivers/i2c/lm63/Makefile.inc b/src/drivers/i2c/lm63/Makefile.inc new file mode 100644 index 0000000000..782d63d97d --- /dev/null +++ b/src/drivers/i2c/lm63/Makefile.inc @@ -0,0 +1 @@ +driver-$(CONFIG_DRIVERS_I2C_LM63) += lm63.c |