blob: 430f6e95c443ac6b126a7255746fc0f8b60bd5b8 [file] [log] [blame]
Gabe Blackd3163ab2013-05-16 05:53:40 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2013 Google Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Gabe Blackd3163ab2013-05-16 05:53:40 -070015
Gabe Black04bfbf52014-01-22 20:50:27 -080016if BOARD_GOOGLE_PEACH_PIT
Gabe Blackd3163ab2013-05-16 05:53:40 -070017
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
Gabe Blackd3163ab2013-05-16 05:53:40 -070020 select CPU_SAMSUNG_EXYNOS5420
Gabe Blackd3163ab2013-05-16 05:53:40 -070021 select EC_GOOGLE_CHROMEEC
Hung-Te Lin2b316792013-06-26 19:48:43 +080022 select EC_GOOGLE_CHROMEEC_SPI
Gabe Blackd3163ab2013-05-16 05:53:40 -070023 select BOARD_ROMSIZE_KB_4096
Gabe Blackd3163ab2013-05-16 05:53:40 -070024 select MAINBOARD_HAS_NATIVE_VGA_INIT
25 select MAINBOARD_DO_NATIVE_VGA_INIT
Gabe Black05702862013-06-30 06:09:12 -070026 select DRIVER_PARADE_PS8625
Martin Roth967cd9a2015-08-18 14:22:58 -060027
28config CHROMEOS
Patrick Georgia1361d42015-04-22 13:18:22 +020029 select CHROMEOS_VBNV_EC
Gabe Blackd3163ab2013-05-16 05:53:40 -070030
31config MAINBOARD_DIR
32 string
Gabe Black04bfbf52014-01-22 20:50:27 -080033 default google/peach_pit
Gabe Blackd3163ab2013-05-16 05:53:40 -070034
35config MAINBOARD_PART_NUMBER
36 string
Gabe Black04bfbf52014-01-22 20:50:27 -080037 default "Peach Pit"
Gabe Blackd3163ab2013-05-16 05:53:40 -070038
Gabe Blackd3163ab2013-05-16 05:53:40 -070039config DRAM_SIZE_MB
40 int
41 default 2048
42
Hung-Te Lin2b316792013-06-26 19:48:43 +080043config EC_GOOGLE_CHROMEEC_SPI_BUS
Gabe Blackd3163ab2013-05-16 05:53:40 -070044 hex
Hung-Te Lin2b316792013-06-26 19:48:43 +080045 default 2
Gabe Blackd3163ab2013-05-16 05:53:40 -070046
Kyösti Mälkkif385ba42014-04-29 23:27:32 +030047config UART_FOR_CONSOLE
48 int
49 default 3
50
Gabe Black04bfbf52014-01-22 20:50:27 -080051endif # BOARD_GOOGLE_PEACH_PIT