source: rtems/c/src/lib/libbsp/powerpc/gen5200/include/bspopts.h.in @ daffa60

4.115
Last change on this file since daffa60 was daffa60, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/24/12 at 04:36:40

Add bspopts.h.in.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* If set to !0, allow nested IRQ processing. */
4#undef ALLOW_IRQ_NESTING
5
6/* If set to !0, enable code to benchmark IRQ processing. */
7#undef BENCHMARK_IRQ_PROCESSING
8
9/* enable settings for BRS5L */
10#undef BRS5L
11
12/* enables the data cache, if defined to a value other than zero */
13#undef BSP_DATA_CACHE_ENABLED
14
15/* If defined, then the BSP Framework will put a non-zero pattern into the
16   RTEMS Workspace and C program heap. This should assist in finding code that
17   assumes memory starts set to zero. */
18#undef BSP_DIRTY_MEMORY
19
20/* defines the bits modified in the MPC5200 GPIOPCR register during init. Must
21   match the hardware requirements */
22#undef BSP_GPIOPCR_INITMASK
23
24/* defines the bit values written in the MPC5200 GPIOPCR register during init.
25   Must match the hardware requirements */
26#undef BSP_GPIOPCR_INITVAL
27
28/* enables the instruction cache, if defined to a value other than zero */
29#undef BSP_INSTRUCTION_CACHE_ENABLED
30
31/* If defined, print a message and wait until pressed before resetting board
32   when application exits. */
33#undef BSP_PRESS_KEY_FOR_RESET
34
35/* If defined, reset the board when the application exits. */
36#undef BSP_RESET_BOARD_AT_EXIT
37
38/* enable settings for DP2 */
39#undef BSP_TYPE_DP2
40
41/* bit mask to specify the UARTS (PSCs), which should be enabled on this
42   board. Must match the hardware requirements. PSC1 corresponds to the LSB */
43#undef BSP_UART_AVAIL_MASK
44
45/* enable U-Boot startup */
46#undef HAS_UBOOT
47
48/* PSC index for GPS module, if defined results in '/dev/gps' */
49#undef MPC5200_PSC_INDEX_FOR_GPS_MODULE
50
51/* Define to the address where bug reports for this package should be sent. */
52#undef PACKAGE_BUGREPORT
53
54/* Define to the full name of this package. */
55#undef PACKAGE_NAME
56
57/* Define to the full name and version of this package. */
58#undef PACKAGE_STRING
59
60/* Define to the one symbol short name of this package. */
61#undef PACKAGE_TARNAME
62
63/* Define to the home page for this package. */
64#undef PACKAGE_URL
65
66/* Define to the version of this package. */
67#undef PACKAGE_VERSION
68
69/* enable settings for PM520 CR825 */
70#undef PM520_CR825
71
72/* enable settings for PM520 ZE30 */
73#undef PM520_ZE30
74
75/* console minor number used by printk() */
76#undef PRINTK_MINOR
77
78/* enable single character mode for the PSC console driver */
79#undef SINGLE_CHAR_MODE
80
81/* enable interrupt support for the PSC console driver */
82#undef UARTS_USE_TERMIOS_INT
83
84/* enable settings for IceCube */
85#undef icecube
Note: See TracBrowser for help on using the repository browser.