2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2017-07-06 11:41:52 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
|
|
|
|
config INTEL_TANGIER
|
|
|
|
bool
|
|
|
|
depends on INTEL_MID
|
2017-07-30 13:23:22 +00:00
|
|
|
imply INTEL_MID_SERIAL
|
|
|
|
imply MMC
|
|
|
|
imply MMC_SDHCI
|
|
|
|
imply MMC_SDHCI_SDMA
|
|
|
|
imply MMC_SDHCI_TANGIER
|
2017-07-30 13:23:27 +00:00
|
|
|
imply USB
|
2017-07-30 13:23:22 +00:00
|
|
|
imply USB_DWC3
|
2017-07-06 11:41:52 +00:00
|
|
|
|
2017-08-20 11:33:46 +00:00
|
|
|
if INTEL_TANGIER
|
|
|
|
|
2017-07-06 11:41:52 +00:00
|
|
|
config SYS_CAR_ADDR
|
|
|
|
hex
|
|
|
|
default 0x19200000
|
|
|
|
|
|
|
|
config SYS_CAR_SIZE
|
|
|
|
hex
|
|
|
|
default 0x4000
|
|
|
|
help
|
|
|
|
Space in bytes in eSRAM used as Cache-As-RAM (CAR).
|
|
|
|
Note this size must not exceed eSRAM's total size.
|
2017-07-06 11:41:53 +00:00
|
|
|
|
|
|
|
config SYS_USB_OTG_BASE
|
|
|
|
hex
|
|
|
|
default 0xf9100000
|
2017-08-20 11:33:46 +00:00
|
|
|
|
|
|
|
endif
|