u-boot-brain/arch/x86/cpu/tangier/Kconfig
Andy Shevchenko c974a3d155 watchdog: tangier: Convert to use WDT class
Convert legacy driver to use watchdog class.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Stefan Roese <sr@denx.de>
2019-06-22 22:27:13 +08:00

34 lines
531 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 USB
imply USB_DWC3
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.
config SYS_USB_OTG_BASE
hex
default 0xf9100000
endif