1# 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 10 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 16 imply USB 17 imply USB_DWC3 18 19config SYS_CAR_ADDR 20 hex 21 default 0x19200000 22 23config 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. 29 30config SYS_USB_OTG_BASE 31 hex 32 default 0xf9100000 33