diff options
Diffstat (limited to 'src/mainboard/google/foster/Kconfig')
-rw-r--r-- | src/mainboard/google/foster/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/google/foster/Kconfig b/src/mainboard/google/foster/Kconfig index 571a3b196e..765efc792d 100644 --- a/src/mainboard/google/foster/Kconfig +++ b/src/mainboard/google/foster/Kconfig @@ -20,7 +20,7 @@ if BOARD_GOOGLE_FOSTER config BOARD_SPECIFIC_OPTIONS # dummy - def_bool y + def_bool y select BOARD_ID_AUTO select BOARD_ROMSIZE_KB_4096 select CHROMEOS_VBNV_FLASH @@ -34,16 +34,16 @@ config BOARD_SPECIFIC_OPTIONS # dummy select SPI_FLASH_WINBOND config MAINBOARD_DIR - string - default google/foster + string + default google/foster config MAINBOARD_PART_NUMBER - string - default "Foster" + string + default "Foster" config DRAM_SIZE_MB - int - default 2048 + int + default 2048 choice prompt "BCT boot media" |