diff options
author | Martin Roth <martinroth@google.com> | 2016-09-30 15:27:24 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-03 22:05:10 +0200 |
commit | 3d6db6f0fac9efba4cca8652c4dd1d50f9af0372 (patch) | |
tree | 5c41ba69941bc00132d9443b9fa2396f1e1a266d /src | |
parent | 74295c1fb1174a9500a684bf11a2a28e76412c2e (diff) |
google/gale/Kconfig: Change wording of Kconfig option
Everybody knows WHAT they're supposed to do with options, so the text
"Pick this" or "Select to" are redundant.
Change-Id: I327c5be755373e99ca0738593bd78e1084d4d492
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16838
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/gale/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/gale/Kconfig b/src/mainboard/google/gale/Kconfig index 5b960cd977..01e2945baf 100644 --- a/src/mainboard/google/gale/Kconfig +++ b/src/mainboard/google/gale/Kconfig @@ -37,7 +37,7 @@ config CHROMEOS select WIPEOUT_SUPPORTED config BOARD_VARIANT_DK01 - bool "pick this to build an image for DK01" + bool "Build an image for DK01" default n config MAINBOARD_DIR |