Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 1 | # |
| 2 | # Copyright (c) 2017 Intel Corporation |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
| 7 | config INTEL_TANGIER |
| 8 | bool |
| 9 | depends on INTEL_MID |
Bin Meng | a8e3dda | 2017-07-30 06:23:22 -0700 | [diff] [blame] | 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 |
Bin Meng | 5b5d173 | 2017-07-30 06:23:27 -0700 | [diff] [blame] | 16 | imply USB |
Bin Meng | a8e3dda | 2017-07-30 06:23:22 -0700 | [diff] [blame] | 17 | imply USB_DWC3 |
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 18 | |
Bin Meng | 05c074e | 2017-08-20 04:33:46 -0700 | [diff] [blame] | 19 | if INTEL_TANGIER |
| 20 | |
Felipe Balbi | e564d59 | 2017-07-06 14:41:52 +0300 | [diff] [blame] | 21 | config SYS_CAR_ADDR |
| 22 | hex |
| 23 | default 0x19200000 |
| 24 | |
| 25 | config 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 Shevchenko | d31315d | 2017-07-06 14:41:53 +0300 | [diff] [blame] | 31 | |
| 32 | config SYS_USB_OTG_BASE |
| 33 | hex |
| 34 | default 0xf9100000 |
Bin Meng | 05c074e | 2017-08-20 04:33:46 -0700 | [diff] [blame] | 35 | |
| 36 | endif |