Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 2 | # |
3 | # Copyright (c) 2017 Intel Corporation | ||||
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 4 | |
5 | config INTEL_TANGIER | ||||
6 | bool | ||||
7 | depends on INTEL_MID | ||||
Bin Meng | a8e3dda | 2017-07-30 06:23:22 -0700 | [diff] [blame] | 8 | imply INTEL_MID_SERIAL |
9 | imply MMC | ||||
10 | imply MMC_SDHCI | ||||
11 | imply MMC_SDHCI_SDMA | ||||
12 | imply MMC_SDHCI_TANGIER | ||||
Bin Meng | 5b5d173 | 2017-07-30 06:23:27 -0700 | [diff] [blame] | 13 | imply USB |
Bin Meng | a8e3dda | 2017-07-30 06:23:22 -0700 | [diff] [blame] | 14 | imply USB_DWC3 |
Simon Glass | b676492 | 2020-09-06 10:35:34 -0600 | [diff] [blame^] | 15 | imply BINMAN |
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 16 | |
Bin Meng | 05c074e | 2017-08-20 04:33:46 -0700 | [diff] [blame] | 17 | if INTEL_TANGIER |
18 | |||||
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 19 | config SYS_CAR_ADDR |
20 | hex | ||||
21 | default 0x19200000 | ||||
22 | |||||
23 | config SYS_CAR_SIZE | ||||
24 | hex | ||||
25 | default 0x4000 | ||||
26 | help | ||||
27 | Space in bytes in eSRAM used as Cache-As-RAM (CAR). | ||||
28 | Note this size must not exceed eSRAM's total size. | ||||
Andy Shevchenko | d31315d | 2017-07-06 14:41:53 +0300 | [diff] [blame] | 29 | |
30 | config SYS_USB_OTG_BASE | ||||
31 | hex | ||||
32 | default 0xf9100000 | ||||
Bin Meng | 05c074e | 2017-08-20 04:33:46 -0700 | [diff] [blame] | 33 | |
34 | endif |