]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: add psample dependency for spectrum
authorArnd Bergmann <arnd@arndb.de>
Mon, 6 Feb 2017 16:26:30 +0000 (17:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 16:44:12 +0000 (11:44 -0500)
commit6f66e33cb6612988cf0d8814087f3144107ed06d
treedbf16a8882eb9d318420f16553160fb7e8770c55
parentc5edc59f7f19127efd080693f5f884382c12344c
mlxsw: add psample dependency for spectrum

When PSAMPLE is a loadable module, spectrum must not be built-in:

drivers/net/built-in.o: In function `mlxsw_sp_rx_listener_sample_func':
spectrum.c:(.text+0xe357e): undefined reference to `psample_sample_packet'

This adds a Kconfig dependency to enforce usable configurations.

Fixes: 31aa5ab3b8b0 ("mlxsw: spectrum: Add packet sample offloading support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Yotam Gigi <yotamg@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/Kconfig