diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-01 09:45:08 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-02-02 13:49:49 +0000 |
commit | 00b5f533615eac269d73af5f0e6c69cb498ca7d9 (patch) | |
tree | a4513bcfcc6170bce9c5e246979eac3f78100519 /src/mainboard/google/veyron | |
parent | 060ae5c88b3026f6f91b37de977528eba38a0068 (diff) |
treewide [Kconfig]: Remove useless comment
Change-Id: I3dafffa61f4fe6089fd11ef6579626aff8088df5
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50185
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/veyron')
-rw-r--r-- | src/mainboard/google/veyron/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig index 1d3496cd6d..97444d8fe4 100644 --- a/src/mainboard/google/veyron/Kconfig +++ b/src/mainboard/google/veyron/Kconfig @@ -1,6 +1,6 @@ ## SPDX-License-Identifier: GPL-2.0-only -config BOARD_GOOGLE_VEYRON # dummy option to be selected by variant boards +config BOARD_GOOGLE_VEYRON def_bool n if BOARD_GOOGLE_VEYRON |