mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
xenomai: disallow SMP option on !SMP ARM variants
Fixes http://autobuild.buildroot.net/results/51bf35ed7a6224db7cdb157af4d030a787ef9159 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
501ba89958
commit
3dfd5f4040
@ -41,6 +41,7 @@ config BR2_PACKAGE_XENOMAI_VERSION
|
|||||||
|
|
||||||
config BR2_PACKAGE_XENOMAI_SMP
|
config BR2_PACKAGE_XENOMAI_SMP
|
||||||
bool "Enable SMP support"
|
bool "Enable SMP support"
|
||||||
|
depends on BR2_cortex_a9 || !BR2_arm # only A9 has SMP support
|
||||||
help
|
help
|
||||||
This option allows to enable or disable SMP support. It has
|
This option allows to enable or disable SMP support. It has
|
||||||
to match your kernel configuration.
|
to match your kernel configuration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user