mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Change-Id: Id5dd98e749bfd229e2c6e9d1944db397d2380cb1 Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
56 lines
907 B
Text
56 lines
907 B
Text
if ARCH_IPQ5332
|
|
|
|
config SYS_CPU
|
|
default "ipq5332"
|
|
|
|
config SYS_BOARD
|
|
default "ipq5332"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq5332"
|
|
|
|
config NAND_FLASH
|
|
bool "Enable NAND Framework"
|
|
|
|
config QPIC_SERIAL
|
|
bool "Enable QPIC serial NAND"
|
|
|
|
config UBI_WRITE
|
|
bool "Enable ubi utilities"
|
|
|
|
config MMC_FLASH
|
|
bool "Enable MMC flash support"
|
|
|
|
config IPQ_TZT
|
|
bool "Enable TZ test command"
|
|
|
|
config PCI_IPQ
|
|
bool "Enable pci support"
|
|
|
|
config USB_XHCI_IPQ
|
|
bool "Enable usb support"
|
|
|
|
config IPQ_I2C
|
|
bool "Enable i2c support"
|
|
|
|
config IPQ_TINY
|
|
bool "Enable Tiny support"
|
|
|
|
config IPQ_TINY_SPI_NOR
|
|
bool "This config helps to update spi-nor"
|
|
|
|
config ART_COMPRESSED
|
|
bool "Enable uncompress support"
|
|
|
|
config QCA8033_PHY
|
|
bool "Enable QCA8033 PHY support"
|
|
|
|
config QCA8081_PHY
|
|
bool "Enable QCA8081 PHY support"
|
|
|
|
config DPR_EXECUTE
|
|
bool "Enable DPR support"
|
|
endif
|