From: Jeff S. <je...@us...> - 2002-08-14 20:47:42
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv16102 Modified Files: acconfig.h Log Message: Support for PXA processors, Lubbock and PXA IDP machines Index: acconfig.h =================================================================== RCS file: /cvsroot/blob/blob/acconfig.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- acconfig.h 27 May 2002 10:01:47 -0000 1.20 +++ acconfig.h 14 Aug 2002 20:47:38 -0000 1.21 @@ -92,6 +92,9 @@ /* Define for LART boards */ #undef LART +/* Define for Lubock boards */ +#undef LUBBOCK + /* Define for MINIPRINT boards */ #undef MINIPRINT @@ -109,6 +112,9 @@ /* Define for Trizeps boards */ #undef TRIZEPS + +/* Define for Accelent PXA-based IDP */ +#undef PXA_IDP /* Define if LCD support is wanted */ #undef CONFIG_LCD_SUPPORT |