u-boot-brain/arch/x86/cpu/tangier/Kconfig
Bin Meng b9342b2cc6 x86: kconfig: Move USB to platform Kconfig
Like other peripheral drivers, move USB related drivers to platform
Kconfig as well.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-08-01 20:17:02 +08:00

33 lines
534 B
Plaintext

#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: GPL-2.0+
#
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 TANGIER_WATCHDOG
imply USB
imply USB_DWC3
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.
config SYS_USB_OTG_BASE
hex
default 0xf9100000