u-boot-2016/board/devsoc/Kconfig
Ram Kumar D b8611c7623 driver: net: qca8084: add seperate configs for PHY & switch
Currently if CONFIG_QCA8084_PHY is enabled means, it will build
all qca8084 functions required for both PHY & switch mode. But,
some ipq devices might uses anyone of them. So, add configs to
seperate the PHY & switch mode and define it in corresponding
defconfig file as per the need.

Also, some of the qca8084 functions will be used only for debug
purpose, those functions are moved under the config QCA8084_DEBUG.

Thereby, we can save some space in the u-boot.

Change-Id: I7e5f53869629a0c7cbbb12daf04ed782c9693623
Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
2022-07-11 13:15:03 +05:30

50 lines
809 B
Text

if ARCH_DEVSOC
config SYS_CPU
default "devsoc"
config SYS_BOARD
default "devsoc"
config SYS_VENDOR
default "qca/arm"
config SYS_CONFIG_NAME
default "devsoc"
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 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"
endif