aboutsummaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-12 21:52:04 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-12 21:52:04 +0000
commit9e918288f2a64be5779282456de3c3aa158ea568 (patch)
tree1a677683547e6004a03c65e5a1c39d8e7212b3c2 /apps/system
parentd3e26d8814f55cb5f6bbe7f86bc49538037fcd87 (diff)
downloadpx4-firmware-9e918288f2a64be5779282456de3c3aa158ea568.tar.gz
px4-firmware-9e918288f2a64be5779282456de3c3aa158ea568.tar.bz2
px4-firmware-9e918288f2a64be5779282456de3c3aa158ea568.zip
Kconfig update
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4597 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/i2c/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/system/i2c/Kconfig b/apps/system/i2c/Kconfig
index 8573720b8..6922464f8 100644
--- a/apps/system/i2c/Kconfig
+++ b/apps/system/i2c/Kconfig
@@ -5,7 +5,7 @@
#if I2C
config I2CTOOL_BUILTIN
- int "NSH built-in command"
+ bool "NSH built-in command"
default y
depends on NSH_BUILTIN_APPS
---help---
@@ -24,19 +24,19 @@ config I2CTOOL_MAXBUS
Largest bus index supported by the hardware (default 3)
config I2CTOOL_MINADDR
- int "Minimum I2C address"
+ hex "Minimum I2C address"
default 0x03
---help---
Minium 7-bit device address (default: 0x03)
config I2CTOOL_MAXADDR
- int "Maximum I2C address"
+ hex "Maximum I2C address"
default 0x77
---help---
Largest 7-bit device address (default: 0x77)
config I2CTOOL_MAXREGADDR
- int "Maximum I2C register address"
+ hex "Maximum I2C register address"
default 0xff
---help---
Largest I2C register address (default: 0xff)