summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-26 21:53:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-26 21:53:12 +0000
commit3ac081bae886b327cb7b818975edb3d66bd6b945 (patch)
treeae80af36ae326429683999719b543aa679c9d927 /nuttx/arch/mips/Kconfig
parent0824a170e672c91b0b165015925cede117adb7f7 (diff)
downloadpx4-nuttx-3ac081bae886b327cb7b818975edb3d66bd6b945.tar.gz
px4-nuttx-3ac081bae886b327cb7b818975edb3d66bd6b945.tar.bz2
px4-nuttx-3ac081bae886b327cb7b818975edb3d66bd6b945.zip
Add an NSH configuration for the NuTiny-SDK-NUC120. Still does not work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5678 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips/Kconfig')
-rw-r--r--nuttx/arch/mips/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/nuttx/arch/mips/Kconfig b/nuttx/arch/mips/Kconfig
index 86482ef7a..5a9a1cd9f 100644
--- a/nuttx/arch/mips/Kconfig
+++ b/nuttx/arch/mips/Kconfig
@@ -32,22 +32,6 @@ config ARCH_CHIP
string
default "pic32mx" if ARCH_CHIP_PIC32MX
-config BOARD_LOOPSPERMSEC
- int "Delay loops per millisecond"
- default 5000
- ---help---
- Delay loops nust be calibrated for correct operation.
-
-config ARCH_CALIBRATION
- bool "Calibrate delay loop"
- default n
- ---help---
- Enables some built in instrumentation that causes a 100 second delay
- during boot-up. This 100 second delay serves no purpose other than it
- allows you to calibratre BOARD_LOOPSPERMSEC. You simply use a stop
- watch to measure the 100 second delay then adjust BOARD_LOOPSPERMSEC until
- the delay actually is 100 seconds.
-
source arch/mips/src/common/Kconfig
source arch/mips/src/mips32/Kconfig
source arch/mips/src/pic32mx/Kconfig