summaryrefslogtreecommitdiff
path: root/doc/README.distro
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-04-25 18:47:52 +0900
committerTom Rini <trini@konsulko.com>2018-04-28 10:42:35 -0400
commit7325f6cfdcf6cbc4fc5acf706b6cbcc786ae8db5 (patch)
treee0c9bc76ea30a3f35b551ab08372ad2b8cb91c2d /doc/README.distro
parentb60cfb6a01a23938245edb9e0910cc11dbeed789 (diff)
distro: use imply to enable DISTRO_DEFAULTS as SoC default
The default of DISTRO_DEFAULTS is messy. Using the 'imply' keyword is equivalent and cleaner. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc/README.distro')
-rw-r--r--doc/README.distro3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/README.distro b/doc/README.distro
index 2af559009b..522deb3232 100644
--- a/doc/README.distro
+++ b/doc/README.distro
@@ -165,8 +165,7 @@ 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.
+add a "imply DISTRO_DEFAULTS" to your SoC CONFIG option.
In your board configuration file, include the following: