aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/nyan/Kconfig')
-rw-r--r--src/mainboard/google/nyan/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/google/nyan/Kconfig b/src/mainboard/google/nyan/Kconfig
index 4a14b157c3..1a7b2604b0 100644
--- a/src/mainboard/google/nyan/Kconfig
+++ b/src/mainboard/google/nyan/Kconfig
@@ -87,4 +87,18 @@ config EC_GOOGLE_CHROMEEC_SPI_BUS
hex
default 1
+choice
+ prompt "BCT sdram configuration"
+ default BCT_SDRAM_792
+ help
+ The SDRAM configuration to put in the BCT.
+
+config BCT_SDRAM_792
+ bool "792 MHz"
+
+config BCT_SDRAM_924
+ bool "924 MHz"
+
+endchoice
+
endif # BOARD_GOOGLE_NYAN