summaryrefslogtreecommitdiff
path: root/doc/README.distro
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.distro')
-rw-r--r--doc/README.distro6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/README.distro b/doc/README.distro
index e1b7216152..77d5c6d4d5 100644
--- a/doc/README.distro
+++ b/doc/README.distro
@@ -162,6 +162,12 @@ U-Boot Implementation
Enabling the distro options
---------------------------
+In your board's defconfig, enable the DISTRO_DEFAULTS option by adding
+a line with "CONFIG_DISTRO_DEFAULTS=y". If you want to enable this
+from Kconfig itself, for e.g. all boards using a specific SoC then
+add a "default y if ARCH_FOO" to the DISTRO_DEFAULTS section of
+the Kconfig file in the root of the u-boot sources.
+
In your board configuration file, include the following:
------------------------------------------------------------