linux/ext: fix Xenomai unmet dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 11 Sep 2016 12:38:52 +0000 (14:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 11 Sep 2016 13:43:47 +0000 (15:43 +0200)
commit9f5802c16f0c1e13b97ae9a8a6385d3af57edbe2
tree65bea43a05b7eb471704d7978f07baa7619efed3
parentf158f117d358e9d27c9bb6e7c5a350894b648060
linux/ext: fix Xenomai unmet dependencies

Properly propagate the Xenomai dependencies to the corresponding kernel
extension, to fix the following unmet dependencies:

    warning: (BR2_LINUX_KERNEL_EXT_XENOMAI) selects BR2_PACKAGE_XENOMAI
    which has unmet direct dependencies (BR2_PACKAGE_XENOMAI_ARCH_SUPPORTS
    && BR2_TOOLCHAIN_HAS_THREADS && !BR2_TOOLCHAIN_USES_MUSL)

While at it, move the comment lower, after the path option, so that the
path option is properly indented in the menuconfig.

Add markers to separate each extension.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.ext.in