mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This patch makes diagnostics feature configurable and in the standard config diagnostics feature is disabled Change-Id: Ib5478701075591369c14e1a4d1200d792e434df4 Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
23 lines
292 B
Text
23 lines
292 B
Text
if ARCH_IPQ806x
|
|
|
|
config SYS_CPU
|
|
default "ipq806x"
|
|
|
|
config SYS_BOARD
|
|
default "ipq806x"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq806x"
|
|
config IPQ806X_I2C
|
|
bool "ipq806x i2c"
|
|
|
|
config USB_XHCI_IPQ
|
|
bool "ipq806x usb"
|
|
|
|
config PCI_IPQ
|
|
bool "ipq806x pci"
|
|
|
|
endif
|