diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 06:13:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-04-09 06:13:06 +0000 |
commit | 050396e533308f4d1c6ed55105a81eff1f402b9f (patch) | |
tree | d1d82eda34bf9c33bedadf6fb1e39a11033a1657 /sim/bfin/configure.ac | |
parent | 07c5891d6c3870428a93b48b19b81d9ae5482059 (diff) | |
download | gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.zip gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.gz gdb-050396e533308f4d1c6ed55105a81eff1f402b9f.tar.bz2 |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/bfin/configure.ac b/sim/bfin/configure.ac index 5cae416..edf09ba 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 \ |