diff options
author | Martin Roth <martinroth@google.com> | 2018-06-02 21:30:21 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-11 08:41:44 +0000 |
commit | b250b2349f221ec2e57ba08aa987c53214f21800 (patch) | |
tree | 6042c80c47079e55512d1de3088b66d4922bc7fb /src/mainboard/google/kahlee/Kconfig.name | |
parent | b4cf849333bccf7f003e7860c312b497020f3a31 (diff) |
mainboard/google/kahlee: Remove Kahlee variant
This code is no longer needed. Removing Kahlee options allows some
Kconfig options to be optimized.
BUG=b:77693343
TEST=Build Grunt, verify that nothing's changed.
Change-Id: I4eeeee7f35381bba8760c8a530251c475d0ee29b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/26777
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig.name')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig.name | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig.name b/src/mainboard/google/kahlee/Kconfig.name index 98f9be1aeb..4f58a01666 100644 --- a/src/mainboard/google/kahlee/Kconfig.name +++ b/src/mainboard/google/kahlee/Kconfig.name @@ -6,6 +6,3 @@ config BOARD_GOOGLE_CAREENA config BOARD_GOOGLE_GRUNT bool "-> Grunt" select BOARD_GOOGLE_BASEBOARD_KAHLEE -config BOARD_GOOGLE_KAHLEE - bool "-> Kahlee" - select BOARD_GOOGLE_BASEBOARD_KAHLEE |