blob: d2b7edecd6041eee4e60c7cf9de1ee06f5b24245 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Felipe Balbie564d592017-07-06 14:41:52 +03002#
3# Copyright (c) 2017 Intel Corporation
Felipe Balbie564d592017-07-06 14:41:52 +03004
5config INTEL_TANGIER
6 bool
7 depends on INTEL_MID
Bin Menga8e3dda2017-07-30 06:23:22 -07008 imply INTEL_MID_SERIAL
9 imply MMC
10 imply MMC_SDHCI
11 imply MMC_SDHCI_SDMA
12 imply MMC_SDHCI_TANGIER
Bin Meng5b5d1732017-07-30 06:23:27 -070013 imply USB
Bin Menga8e3dda2017-07-30 06:23:22 -070014 imply USB_DWC3
Felipe Balbie564d592017-07-06 14:41:52 +030015
Bin Meng05c074e2017-08-20 04:33:46 -070016if INTEL_TANGIER
17
Felipe Balbie564d592017-07-06 14:41:52 +030018config SYS_CAR_ADDR
19 hex
20 default 0x19200000
21
22config SYS_CAR_SIZE
23 hex
24 default 0x4000
25 help
26 Space in bytes in eSRAM used as Cache-As-RAM (CAR).
27 Note this size must not exceed eSRAM's total size.
Andy Shevchenkod31315d2017-07-06 14:41:53 +030028
29config SYS_USB_OTG_BASE
30 hex
31 default 0xf9100000
Bin Meng05c074e2017-08-20 04:33:46 -070032
33endif