forked from Imagelibrary/rtems
build: Scope RTEMS_MULTIPROCESSING option
Enable it only for selected BSPs. Improve description.
This commit is contained in:
@@ -9,8 +9,19 @@ copyrights:
|
|||||||
default: false
|
default: false
|
||||||
default-by-variant: []
|
default-by-variant: []
|
||||||
description: |
|
description: |
|
||||||
Enable the message passing based multiprocessing support (MPCI); do not confuse this with the SMP support
|
If set to "True", then the message passing based multiprocessing support
|
||||||
enabled-by: true
|
(MPCI) is enabled, otherwise it is disabled. Do not confuse this with the
|
||||||
|
SMP support which is enabled by the RTEMS_SMP option.
|
||||||
|
enabled-by:
|
||||||
|
- m68k/mvme147s
|
||||||
|
- powerpc/psim
|
||||||
|
- powerpc/qoriq_core_0
|
||||||
|
- powerpc/qoriq_core_1
|
||||||
|
- sparc/gr712rc
|
||||||
|
- sparc/gr740
|
||||||
|
- sparc/leon3
|
||||||
|
- sparc/ut699
|
||||||
|
- sparc/ut700
|
||||||
links: []
|
links: []
|
||||||
name: RTEMS_MULTIPROCESSING
|
name: RTEMS_MULTIPROCESSING
|
||||||
type: build
|
type: build
|
||||||
|
|||||||
Reference in New Issue
Block a user