On 14.04.2021 19:35:19, Aswath Govindraju wrote:
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -61,6 +61,15 @@ config USB_LGM_PHY
>         interface to interact with USB GEN-II and USB 3.x PHY that is part
>         of the Intel network SOC.
>  
> +config PHY_CAN_TRANSCEIVER
> +     tristate "CAN transceiver PHY"
> +     select GENERIC_PHY
> +     help
> +       This option enables support for CAN transceivers as a PHY. This
> +       driver provides function for putting the transceivers in various
> +       functional modes using gpios and sets the attribute max link
> +       rate, for mcan drivers.
> +
>  source "drivers/phy/allwinner/Kconfig"
>  source "drivers/phy/amlogic/Kconfig"
>  source "drivers/phy/broadcom/Kconfig"
> diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
> index adac1b1a39d1..9c66101c9605 100644
> --- a/drivers/phy/Makefile
> +++ b/drivers/phy/Makefile
> @@ -9,6 +9,7 @@ obj-$(CONFIG_PHY_LPC18XX_USB_OTG)     += phy-lpc18xx-usb-otg.o
>  obj-$(CONFIG_PHY_XGENE)                      += phy-xgene.o
>  obj-$(CONFIG_PHY_PISTACHIO_USB)              += phy-pistachio-usb.o
>  obj-$(CONFIG_USB_LGM_PHY)            += phy-lgm-usb.o
> +obj-$(CONFIG_PHY_CAN_TRANSCEIVER)    += phy-can-transceiver.o
>  obj-y                                        += allwinner/   \
>                                          amlogic/     \
>                                          broadcom/    \

I'm not sure how the phy framework handles this, but I assume it's
alphabetically sorted, too.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

Attachment: signature.asc
Description: PGP signature

Reply via email to