From 5c8d3d22c82c5f67d1c8ae1c9479b1baee49ceb2 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 17 Jan 2014 22:11:35 -0800 Subject: big: Create a nyan_big mainboard which is a copy of nyan. The nyan_big mainboard is very similar to nyan, but will be different in a few ways. For instance, the BCT will be different, and the GPIOs may need to be configured slightly differently. This change also adds prefixes to the kconfig variables in "choice" blocks for both boards since having multiple instances of choice blocks with the same options confuses kconfig even if all of the instances have mutually exclusive dependencies. Change-Id: I290a32e47fc118bd4b86d543df617ad324325dbc Signed-off-by: Gabe Black Reviewed-on: https://chromium-review.googlesource.com/183532 Reviewed-by: Tom Warren Reviewed-by: David Hendricks Commit-Queue: Gabe Black Tested-by: Gabe Black (cherry picked from commit d1a453fe1aa68b3d12936dd48cc6c94b54f81579) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6927 Tested-by: build bot (Jenkins) --- src/mainboard/google/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/Kconfig') diff --git a/src/mainboard/google/Kconfig b/src/mainboard/google/Kconfig index 538f0d8fbc..38588c77a1 100644 --- a/src/mainboard/google/Kconfig +++ b/src/mainboard/google/Kconfig @@ -31,6 +31,8 @@ config BOARD_GOOGLE_LINK bool "Link" config BOARD_GOOGLE_NYAN bool "Nyan" +config BOARD_GOOGLE_NYAN_BIG + bool "Nyan Big" config BOARD_GOOGLE_PANTHER bool "Panther" config BOARD_GOOGLE_PARROT @@ -57,6 +59,7 @@ source "src/mainboard/google/butterfly/Kconfig" source "src/mainboard/google/falco/Kconfig" source "src/mainboard/google/link/Kconfig" source "src/mainboard/google/nyan/Kconfig" +source "src/mainboard/google/nyan_big/Kconfig" source "src/mainboard/google/panther/Kconfig" source "src/mainboard/google/parrot/Kconfig" source "src/mainboard/google/peppy/Kconfig" -- cgit v1.2.3