phy: phy-brcm-usb: select SOC_BRCMSTB on brcmstb only
authorRafał Miłecki <rafal@milecki.pl>
Fri, 5 Mar 2021 15:24:06 +0000 (16:24 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 15 Mar 2021 10:28:24 +0000 (15:58 +0530)
commit261ab1fd5c5d2d7ff7d5bab3f5db3c69c4bcea58
tree05bfd1c99bd96acf02e1ccd0922336ec5cb29044
parentd0dde32dda5dd63a785f1b0d4a56055110f00e37
phy: phy-brcm-usb: select SOC_BRCMSTB on brcmstb only

phy-brcm-usb has some conditional init code required on selected brcmstb
devices. Execution of that code depends on family / product detected by
brcmstb soc code.

For ARCH_BCM4908 brcmstb soc code always return 0 values as ids. Don't
bother selecting & compiling that redundant driver.

Depends-on: 149ae80b1d50 ("soc: bcm: brcmstb: add stubs for getting platform IDs")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20210305152406.2588-1-zajec5@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/broadcom/Kconfig