diff options
author | Simon Glass <sjg@chromium.org> | 2023-09-14 10:55:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-19 11:36:25 -0400 |
commit | 47b18c0e33ea58d83e76d5e4bb4a25bb3e55657e (patch) | |
tree | bbe878e965b4e9c0830f840d0dbe294cb0ed224d | |
parent | 96095e131ccaebc4aee2e4fac92602a619f1aa57 (diff) |
boot: Rename Android-boot text
Phrases like 'Enable support for' are pointless since this is an option
which enables things. Drop that part so it is easier to follow.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index f8b8d608951..017f7117d57 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -3,7 +3,7 @@ menu "Boot options" menu "Boot images" config ANDROID_BOOT_IMAGE - bool "Enable support for Android Boot Images" + bool "Android Boot Images" default y if FASTBOOT help This enables support for booting images which use the Android |