summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 17:07:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-26 17:07:34 +0000
commite4ffeb12c111d08f2422258e482c1db86286fe01 (patch)
treeff0df1702497422c18d8c6c2e3ab3895e0f966a1 /nuttx/arch/z80/src
parent582b39047e192bf28c568fc53fcff168c8293841 (diff)
downloadpx4-nuttx-e4ffeb12c111d08f2422258e482c1db86286fe01.tar.gz
px4-nuttx-e4ffeb12c111d08f2422258e482c1db86286fe01.tar.bz2
px4-nuttx-e4ffeb12c111d08f2422258e482c1db86286fe01.zip
ez80f910200zco/ostest now uses Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5390 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src')
-rw-r--r--nuttx/arch/z80/src/ez80/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/nuttx/arch/z80/src/ez80/Kconfig b/nuttx/arch/z80/src/ez80/Kconfig
index 5b6d7e6d2..6bde573f6 100644
--- a/nuttx/arch/z80/src/ez80/Kconfig
+++ b/nuttx/arch/z80/src/ez80/Kconfig
@@ -87,7 +87,8 @@ config EZ80_MDCDIV
int "SCLK Divider"
default 0
---help---
- The value to use for the divider to derive the MII MDC clock from SCLK. Options are 1->4; 2->6; 3->8; 4->10; 5->14; 6->20; and 7->28
+ The value to use for the divider to derive the MII MDC clock from SCLK. Options
+ are 1->4; 2->6; 3->8; 4->10; 5->14; 6->20; and 7->28
config EZ80_TXPOLLTIMERMS
int "Tx Poll Milliseconds"
@@ -102,4 +103,14 @@ config ARCH_MCFILTER
Enables multicast MAC address filtering (not fully implemented)
endif
+
+config ARCH_TIMERHOOK
+ bool "Timer Hook"
+ default n
+ ---help---
+ Select this option to enabled a direct call-out from the ez80 timer interrupt
+ handler. If this is enabled, the ez80 timer interrupt interrupt will call a
+ user provided function called up_timerhook(). At present, this timer hook is
+ only used for driving the segment LED on board certain ez80 boards.
+
endif