Kconfig: Remove unnecessary choice names
commit87fafcaa8b63384414fb891f9b39350aaa2c370c
authorMartin Roth <martin@coreboot.org>
Thu, 23 Jul 2020 19:28:30 +0000 (23 13:28 -0600)
committerPatrick Georgi <pgeorgi@google.com>
Sun, 26 Jul 2020 21:02:55 +0000 (26 21:02 +0000)
treead54541f3e040dc146904f8c01e801de01042022
parent3a658add7d2b220a77b60fcdbc4cc636de0952ec
Kconfig: Remove unnecessary choice names

The only reason to use a named choice statement is if you plan on
having the choice statement in multiple places. Since none of these
are used in multiple places, we can get rid of the names.

Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: Ie5f84e9dc38050234976bd193ac5fbf649e564f4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43765
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/mainboard/amd/mandolin/Kconfig
src/mainboard/amd/padmelon/Kconfig
src/soc/amd/picasso/Kconfig