aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-23 23:03:13 -0700
committerpx4dev <px4@purgatory.org>2012-08-23 23:03:13 -0700
commitbcee27c6cc3fae2bf9e967c22a4e720fcf5999ad (patch)
treee0c36194cef34dbc8787e34581949f5f326e4647
parentf28a757f9297483099feccc1e4e5c4b6f8be7d8d (diff)
downloadpx4-firmware-bcee27c6cc3fae2bf9e967c22a4e720fcf5999ad.tar.gz
px4-firmware-bcee27c6cc3fae2bf9e967c22a4e720fcf5999ad.tar.bz2
px4-firmware-bcee27c6cc3fae2bf9e967c22a4e720fcf5999ad.zip
Turn off the stock AT24xx EEPROM driver; we are going to use our own.
-rwxr-xr-xnuttx/configs/px4fmu/nsh/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu/nsh/defconfig b/nuttx/configs/px4fmu/nsh/defconfig
index 283edf7dd..337a825d8 100755
--- a/nuttx/configs/px4fmu/nsh/defconfig
+++ b/nuttx/configs/px4fmu/nsh/defconfig
@@ -249,7 +249,10 @@ CONFIG_DEBUG_I2C=n
#
# Enable the MTD driver for the onboard I2C EEPROM
#
-CONFIG_MTD_AT24XX=y
+# Note that we are using a private copy of the AT24XX driver that
+# does not require CONFIG_MTD_XT24XX to be set.
+#
+#CONFIG_MTD_AT24XX=y
CONFIG_AT24XX_ADDR=0x50
CONFIG_AT24XX_SIZE=128
CONFIG_AT24XX_MTD_BLOCKSIZE=256