summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 21:36:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 21:36:03 +0000
commit26e1787a9bccfb9e301cbdceb70f838df158c7c7 (patch)
treeeebae672b6f91ac0dbc25a1d07560fea5d5e385a /nuttx/drivers
parentba5ec0904634e0b65c509dce5aec11a58369538f (diff)
downloadpx4-nuttx-26e1787a9bccfb9e301cbdceb70f838df158c7c7.tar.gz
px4-nuttx-26e1787a9bccfb9e301cbdceb70f838df158c7c7.tar.bz2
px4-nuttx-26e1787a9bccfb9e301cbdceb70f838df158c7c7.zip
LPC17xx Kconfig looks good
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5099 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index f89862650..a738bd102 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -11,7 +11,7 @@ config DEV_NULL
config DEV_ZERO
bool "Enable /dev/zero"
- default y
+ default n
config LOOP
bool "Enable loop device"
@@ -86,7 +86,7 @@ endif
config I2C
bool "I2C support"
- default y
+ default n
---help---
This selection enables building of the "upper-half" I2C driver.
See include/nuttx/i2c.h for further I2C driver information.
@@ -96,7 +96,7 @@ endif
config SPI
bool "SPI support"
- default y
+ default n
---help---
This selection enables building of the "upper-half" SPI driver.
See include/nuttx/spi.h for further SPI driver information.
@@ -128,7 +128,7 @@ endif
config WATCHDOG
bool "Watchdog timer support"
- default y
+ default n
---help---
This selection enables building of the "upper-half" watchdog timer driver.
See include/nuttx/watchdog.h for further watchdog timer driver information.
@@ -164,7 +164,7 @@ endif
menuconfig INPUT
bool "Input device support"
- default y
+ default n
---help---
This directory holds implementations of input device drivers.
This includes such things as touchscreen and keypad drivers.