diff options
author | Jonathan Lemon <jonathan.lemon@gmail.com> | 2021-08-16 15:13:36 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-08-16 17:18:43 -0700 |
commit | d79500e66a52103be31e62389cdd7ef345e4fe47 (patch) | |
tree | 53b2139973cc9ce6ae20294250cad4693b117a24 /drivers | |
parent | d9fdbf132dab4d844167004ae4ca979fbebd9871 (diff) |
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 <lkp@intel.com>
Fixes: 773bda964921 ("ptp: ocp: Expose various resources on the timecard.")
Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ptp/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |