2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
	defines from *.cfg into bspopts.h.
This commit is contained in:
Ralf Corsepius
2008-10-02 04:10:08 +00:00
parent 62df126155
commit 3760a5d66d
2 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-10-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Move MPC8313ERDB, MPC8349EAMDS, HSC_CM01, MPC8349
defines from *.cfg into bspopts.h.
2008-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h: #include <bspopts.h> first.

View File

@@ -25,6 +25,25 @@ RTEMS_BSPOPTS_HELP([INSTRUCTION_CACHE_ENABLE],
[If defined, the instruction cache will be enabled after address translation
is turned on.])
RTEMS_BSPOPTS_SET([MPC8313ERDB],[mpc8313erdb],[1])
RTEMS_BSPOPTS_HELP([MPC8313ERDB],
[If defined, use custom settings for the mpc8313erdb BSP.])
RTEMS_BSPOPTS_SET([MPC8349EAMDS],[mpc8349eamds],[1])
RTEMS_BSPOPTS_HELP([MPC8349EAMDS],
[If defined, use custom settings for the mpc8349eamds BSP.])
RTEMS_BSPOPTS_SET([HSC_CM01],[hsc_cm01],[1])
RTEMS_BSPOPTS_HELP([HSC_CM01],
[If defined, use custom settings for the hsc_cm01 BSP.])
RTEMS_BSPOPTS_SET([MPC8349],[mpc8313erdb],[1])
RTEMS_BSPOPTS_SET([MPC8349],[mpc8349eamds],[1])
RTEMS_BSPOPTS_SET([MPC8349],[hsc_cm01],[1])
RTEMS_BSPOPTS_HELP([MPC8349],
[If defined, use custom settings for the MPC8349 libcpu family.])
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")