u-boot-brain/arch/x86/cpu/tangier/Kconfig
Andy Shevchenko f89e8acbc8 x86: edison: Switch to DM_USB_GADGET
DM is the modern default approach for the drivers in U-Boot.
It also allows to configure code via Device Tree.

Move Intel Edison to use DM_USB_GADGET and drop hard coded values.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2020-12-16 13:51:24 +08:00

33 lines
537 B
Plaintext

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2017 Intel Corporation
config INTEL_TANGIER
bool
depends on INTEL_MID
imply INTEL_MID_SERIAL
imply MMC
imply MMC_SDHCI
imply MMC_SDHCI_SDMA
imply MMC_SDHCI_TANGIER
imply MISC
imply USB
imply USB_XHCI_HCD
imply USB_DWC3
imply USB_DWC3_GENERIC
if INTEL_TANGIER
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.
endif