aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/densitron/dpx114/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/densitron/dpx114/Options.lb')
-rw-r--r--src/mainboard/densitron/dpx114/Options.lb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/densitron/dpx114/Options.lb b/src/mainboard/densitron/dpx114/Options.lb
index 0b48b69260..2073c081e1 100644
--- a/src/mainboard/densitron/dpx114/Options.lb
+++ b/src/mainboard/densitron/dpx114/Options.lb
@@ -31,6 +31,7 @@ uses CROSS_COMPILE
uses CC
uses HOSTCC
uses OBJCOPY
+uses CONFIG_UDELAY_IO
## ROM_SIZE is the size of boot ROM that this board will use.
default ROM_SIZE = 256*1024
@@ -55,6 +56,11 @@ default HAVE_MP_TABLE=0
default HAVE_HARD_RESET=1
##
+## use io based udelay function
+##
+default CONFIG_UDELAY_IO=1
+
+##
## Build code to export a programmable irq routing table
##
default HAVE_PIRQ_TABLE=1