blob: 2469b1e7c7a307c0709ecc75f491d261f988689d [file] [log] [blame]
Felipe Balbie564d592017-07-06 14:41:52 +03001#
2# Copyright (c) 2017 Intel Corporation
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7config INTEL_TANGIER
8 bool
9 depends on INTEL_MID
Bin Menga8e3dda2017-07-30 06:23:22 -070010 imply INTEL_MID_SERIAL
11 imply MMC
12 imply MMC_SDHCI
13 imply MMC_SDHCI_SDMA
14 imply MMC_SDHCI_TANGIER
15 imply TANGIER_WATCHDOG
Bin Meng5b5d1732017-07-30 06:23:27 -070016 imply USB
Bin Menga8e3dda2017-07-30 06:23:22 -070017 imply USB_DWC3
Felipe Balbie564d592017-07-06 14:41:52 +030018
Bin Meng05c074e2017-08-20 04:33:46 -070019if INTEL_TANGIER
20
Felipe Balbie564d592017-07-06 14:41:52 +030021config SYS_CAR_ADDR
22 hex
23 default 0x19200000
24
25config SYS_CAR_SIZE
26 hex
27 default 0x4000
28 help
29 Space in bytes in eSRAM used as Cache-As-RAM (CAR).
30 Note this size must not exceed eSRAM's total size.
Andy Shevchenkod31315d2017-07-06 14:41:53 +030031
32config SYS_USB_OTG_BASE
33 hex
34 default 0xf9100000
Bin Meng05c074e2017-08-20 04:33:46 -070035
36endif