Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame^] | 1 | # |
2 | # Copyright (c) 2017 Intel Corporation | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | |||||
7 | config INTEL_TANGIER | ||||
8 | bool | ||||
9 | depends on INTEL_MID | ||||
10 | |||||
11 | config SYS_CAR_ADDR | ||||
12 | hex | ||||
13 | default 0x19200000 | ||||
14 | |||||
15 | config SYS_CAR_SIZE | ||||
16 | hex | ||||
17 | default 0x4000 | ||||
18 | help | ||||
19 | Space in bytes in eSRAM used as Cache-As-RAM (CAR). | ||||
20 | Note this size must not exceed eSRAM's total size. |