diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-09 22:16:45 +0100 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2023-11-10 06:16:56 +0000 |
commit | 2954bd79419b755ab6cf012ffbba51b7c3b1f812 (patch) | |
tree | 731542561f3ff914450bc997af7c6a720307d765 /src/mainboard | |
parent | b14b08790fcfd54ba5a9e1e732104c6b756d7ff8 (diff) |
mb/google/brya/Kconfig.name: Remove duplicate select
That select is duplicate to the ones in the Kconfig file, and it
shouldn't be there anyway. Remove it.
Change-Id: I1a940f034a69f72280d15ab9a0c9d83f8111910e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78973
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/Kconfig.name | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/Kconfig.name b/src/mainboard/google/brya/Kconfig.name index 3dee7e0053..bb6a4d2da5 100644 --- a/src/mainboard/google/brya/Kconfig.name +++ b/src/mainboard/google/brya/Kconfig.name @@ -155,4 +155,3 @@ config BOARD_GOOGLE_DOCHI config BOARD_GOOGLE_ANRAGGAR bool "-> Anraggar" - select BOARD_GOOGLE_BASEBOARD_NISSA |