mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
20 lines
354 B
Text
20 lines
354 B
Text
if ARCH_IPQ9574
|
|
|
|
config SYS_CPU
|
|
default "ipq9574"
|
|
|
|
config SYS_BOARD
|
|
default "ipq9574"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq9574"
|
|
|
|
config IPQ9574_QCA_AQUANTIA_PHY
|
|
bool "Enable Aquantia PHY support for ipq9574"
|
|
|
|
config IPQ9574_QCA8075_PHY
|
|
bool "Enable Malibu PHY support for ipq9574"
|
|
endif
|