summaryrefslogtreecommitdiff
path: root/sim/bfin/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-09 06:13:06 +0000
committerMike Frysinger <vapier@gentoo.org>2012-04-09 06:13:06 +0000
commit050396e533308f4d1c6ed55105a81eff1f402b9f (patch)
treed1d82eda34bf9c33bedadf6fb1e39a11033a1657 /sim/bfin/configure.ac
parent07c5891d6c3870428a93b48b19b81d9ae5482059 (diff)
downloadbinutils-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.gz
binutils-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.bz2
binutils-050396e533308f4d1c6ed55105a81eff1f402b9f.zip
sim: bfin: new PINT model
Newer BF54x parts feature an updated GPIO block where all the interrupt handling is split off, so create a new model for the pin interrupts. This is missing the port forwarding aspects, but at least the register interface should be there. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sim/bfin/configure.ac')
-rw-r--r--sim/bfin/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/bfin/configure.ac b/sim/bfin/configure.ac
index 5cae416d1ea..edf09bace34 100644
--- a/sim/bfin/configure.ac
+++ b/sim/bfin/configure.ac
@@ -31,6 +31,7 @@ SIM_AC_OPTION_HARDWARE(yes,,\
bfin_nfc \
bfin_otp \
bfin_pfmon \
+ bfin_pint \
bfin_pll \
bfin_ppi \
bfin_rtc \