From f06c7a7ffa7ca7bcd0c86238e9f94a9f4cf8333f Mon Sep 17 00:00:00 2001 From: henryk Date: Fri, 21 Dec 2007 00:24:39 +0000 Subject: 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 --- openpicc/config/board.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openpicc/config') 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 */ -- cgit v1.2.3