From 050396e533308f4d1c6ed55105a81eff1f402b9f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 9 Apr 2012 06:13:06 +0000 Subject: 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 --- sim/bfin/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/bfin/configure.ac') 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 \ -- cgit v1.1