diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-21 00:24:39 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-21 00:24:39 +0000 |
commit | f06c7a7ffa7ca7bcd0c86238e9f94a9f4cf8333f (patch) | |
tree | 72fa0e7141eea6a2aebfa9d5c1c39324952960e0 /openpicc/config/board.h | |
parent | 021f73634e525901dd38b206dac35b747c8dd8d2 (diff) |
Use finer grained #ifdef's for the new board's features
git-svn-id: https://svn.openpcd.org:2342/trunk@400 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/config/board.h')
-rw-r--r-- | openpicc/config/board.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openpicc/config/board.h b/openpicc/config/board.h index e332b17..0cfc9a5 100644 --- a/openpicc/config/board.h +++ b/openpicc/config/board.h @@ -55,6 +55,10 @@ /* Modified board, routing PLL_LOCK to PA5 and a copy of FRAME to PA4, enabling the use of the T/C BURST feature. */ #define OPENPICC_MODIFIED_BOARD +#ifdef OPENPICC_MODIFIED_BOARD +#define OPENPICC_USE_SSC_DATA_GATING +#define OPENPICC_USE_CLOCK_GATING +#endif /*-----------------*/ /* Pins */ |