From 24acf10752079d502696d57e20c2078b4e2ea801 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 17 Sep 2012 18:35:37 +0000 Subject: Resync new repository with old repo r5166 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/drivers/Kconfig') diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig index 294566d01..32d127aa4 100644 --- a/nuttx/drivers/Kconfig +++ b/nuttx/drivers/Kconfig @@ -119,6 +119,14 @@ config I2C_NTRACE default n depends on I2C_TRACE +config ARCH_HAVE_I2CRESET + bool + +config I2C_RESET + bool "Support up_i2creset" + default n + depends on I2C && ARCH_HAVE_I2CRESET + menuconfig SPI bool "SPI Driver Support" default n -- cgit v1.2.3