system: update Config.in comment about systemd dependencies
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 12 Sep 2018 14:17:54 +0000 (16:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 14 Sep 2018 22:05:48 +0000 (00:05 +0200)
commit3c631c741c35f4afd9c7b6a41bcbcae40ecf8d49
tree2b87ebf7d897301cb9ddd53a2294154de20239fc
parent97c0b57bc1938a096aef80214ef377de55c2e2d9
system: update Config.in comment about systemd dependencies

In commit 879fa7f82a86ffdc6d1cf7c9bfbb5cf830583d69, the
BR2_INIT_SYSTEMD option was changed to allow selecting with a uClibc
toolchain. Unfortunately, the corresponding Config.in comment, which
was already bogus, was not updated to take into account the numerous
dependencies of BR2_INIT_SYSTEMD.

Due to this, even if you have uClibc enabled, the BR2_INIT_SYSTEMD
option may not be visible, and the Config.in comment may also not be
visible, leaving the user in the dark.

This commit fixes the dependencies of the Config.in comment so that
they match the one of the BR2_INIT_SYSTEMD option.

Reported-by: Raphael Jacob <r.jacob2002@gmail.com>
Cc: Raphael Jacob <r.jacob2002@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
system/Config.in