blob: 65e6dc32f8b1915bfbd2f910c445259f623d9ff0 [file] [log] [blame]
jinkun.hongac490b82014-06-22 20:40:39 -07001##
2## This file is part of the coreboot project.
3##
4## Copyright 2014 Rockchip 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##
jinkun.hongac490b82014-06-22 20:40:39 -070015
16config SOC_ROCKCHIP_RK3288
17 bool
18 default n
19 select ARCH_BOOTBLOCK_ARMV7
20 select ARCH_VERSTAGE_ARMV7
21 select ARCH_ROMSTAGE_ARMV7
22 select ARCH_RAMSTAGE_ARMV7
Furquan Shaikhd17a8622014-11-03 14:39:11 -080023 select HAS_PRECBMEM_TIMESTAMP_REGION
jinkun.hongac490b82014-06-22 20:40:39 -070024 select HAVE_MONOTONIC_TIMER
Aaron Durbine5e36302014-09-25 10:05:15 -050025 select GENERIC_UDELAY
jinkun.hongac490b82014-06-22 20:40:39 -070026 select HAVE_UART_SPECIAL
27 select BOOTBLOCK_CONSOLE
Julius Wernercdf92ea2014-12-09 12:18:00 -080028 select UNCOMPRESSED_RAMSTAGE
Stefan Reinauer97db1fb2015-03-26 15:58:41 -070029 select GENERIC_GPIO_LIB
Patrick Georgi0770f252015-04-22 13:28:21 +020030 select RTC
Martin Roth967cd9a2015-08-18 14:22:58 -060031
32if SOC_ROCKCHIP_RK3288
33
34config CHROMEOS
Patrick Georgibfa51972015-06-25 17:04:31 +020035 select VBOOT_STARTS_IN_BOOTBLOCK
36 select SEPARATE_VERSTAGE
37 select RETURN_FROM_VERSTAGE
Kyösti Mälkki51794192015-03-17 07:11:26 +020038
David Hendricks4d244212015-01-12 13:13:30 -080039config PMIC_BUS
40 int
41 default -1
42
jinkun.hongac490b82014-06-22 20:40:39 -070043endif