]> Git Repo - J-u-boot.git/blame - arch/x86/cpu/tangier/Kconfig
Merge branch '2021-04-14-assorted-vboot-improvements'
[J-u-boot.git] / arch / x86 / cpu / tangier / Kconfig
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
e71de54a
FB
2#
3# Copyright (c) 2017 Intel Corporation
e71de54a
FB
4
5config INTEL_TANGIER
6 bool
7 depends on INTEL_MID
71305b44
BM
8 imply INTEL_MID_SERIAL
9 imply MMC
10 imply MMC_SDHCI
11 imply MMC_SDHCI_SDMA
12 imply MMC_SDHCI_TANGIER
23cdbba8 13 imply MISC
b9342b2c 14 imply USB
23cdbba8 15 imply USB_XHCI_HCD
71305b44 16 imply USB_DWC3
23cdbba8 17 imply USB_DWC3_GENERIC
e71de54a 18
438505fe
BM
19if INTEL_TANGIER
20
e71de54a
FB
21config 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.
495f3774 31
438505fe 32endif
This page took 0.202257 seconds and 4 git commands to generate.