From: Jonathan Lemon Date: Mon, 16 Aug 2021 22:13:36 +0000 (-0700) Subject: ptp: ocp: Have Kconfig select NET_DEVLINK X-Git-Tag: Ubuntu-5.15.0-12.12~1957^2~190^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d79500e66a52103be31e62389cdd7ef345e4fe47;p=mirror_ubuntu-jammy-kernel.git ptp: ocp: Have Kconfig select NET_DEVLINK NET doesn't imply NET_DEVLINK. Select this separately, so that random config combinations don't complain. Reported-by: kernel test robot Fixes: 773bda964921 ("ptp: ocp: Expose various resources on the timecard.") Signed-off-by: Jonathan Lemon Signed-off-by: Jakub Kicinski --- diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig index 823eae1b4b53..8ad88c3e79aa 100644 --- a/drivers/ptp/Kconfig +++ b/drivers/ptp/Kconfig @@ -177,6 +177,7 @@ config PTP_1588_CLOCK_OCP imply MTD_SPI_NOR imply I2C_XILINX select SERIAL_8250 + select NET_DEVLINK default n help