commit: https://git.buildroot.net/buildroot/commit/?id=fba75c8f9e56e0e17221ab0d827b55f16fc3d78e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next
Signed-off-by: "Yann E. MORIN" <redacted>
Cc: Thomas Petazzoni <redacted>
Cc: Samuel Martin <redacted>
Cc: Thomas De Schampheleire <redacted>
Reviewed-by: Romain Naour <redacted>
Signed-off-by: Thomas Petazzoni <redacted>
---
docs/manual/adding-packages-asciidoc.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/manual/adding-packages-asciidoc.txt b/docs/manual/adding-packages-asciidoc.txt
index 0c10fd1..a278d44 100644
--- a/docs/manual/adding-packages-asciidoc.txt
+++ b/docs/manual/adding-packages-asciidoc.txt
@@ -65,6 +65,8 @@ information is (assuming the document name is +foo+) :
* +FOO_DEPENDENCIES+, optional, the list of packages (most probably,
host-packages) that must be built before building this document.
+ If a hook of your document needs to access the _Kconfig_ structure,
+ you may add +prepare-kconfig+ to the list of dependencies.
There are also additional hooks (see xref:hooks[] for general information
on hooks), that a document may set to define extra actions to be done at