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
commit3d58b67aaf7807c8677dc94af022a49a0d2f65d1 (patch)
tree47bec10d47c644608a8249fdc53f10e7f864e189 /sim/bfin/configure.ac
parent366ed0cd731e40684469ce15c945992cea623203 (diff)
downloadgdb-3d58b67aaf7807c8677dc94af022a49a0d2f65d1.tar.gz
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 \