Commit c31bcc0b authored by Alessandro Rubini's avatar Alessandro Rubini

config: fix wrnic/nic_pfilter

CONFIG_WRNIC was not used, so it is now removed.
CONFIG_NIC_PFILTER does it all
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2ceb9ec9
...@@ -66,15 +66,6 @@ config ETHERBONE ...@@ -66,15 +66,6 @@ config ETHERBONE
You need to run a gateware file that includes Etherbone support. You need to run a gateware file that includes Etherbone support.
If in doubt, say No. If in doubt, say No.
config WRNIC
depends on WR_NODE
boolean "Compile White Rabbit NIC support in wrpc-sw"
help
This allows to run LM32 code that is aware of Etherbone and
NIC. You need to run a gateware file that includes Etherbone
and NIC support. This option needs ETHERBONE enabled.
If in doubt, say No.
config CMD_CONFIG config CMD_CONFIG
depends on WR_NODE depends on WR_NODE
boolean "Include configuration in the output binary" boolean "Include configuration in the output binary"
...@@ -88,7 +79,7 @@ config NIC_PFILTER ...@@ -88,7 +79,7 @@ config NIC_PFILTER
depends on ETHERBONE depends on ETHERBONE
bool "Add packet filter rules for wr-nic" bool "Add packet filter rules for wr-nic"
help help
When using wr-nic, the host must receive frames that are not When using wr-nic (7S), the host must receive frames that are not
ptp nor etherbone ones. This adds the needed filter rules ptp nor etherbone ones. This adds the needed filter rules
to that effect. Such rules are not needed when no Etherbone to that effect. Such rules are not needed when no Etherbone
is there, because in that case all non-ptp frames reach the is there, because in that case all non-ptp frames reach the
......
...@@ -12,9 +12,7 @@ CONFIG_PPSI=y ...@@ -12,9 +12,7 @@ CONFIG_PPSI=y
CONFIG_UART=y CONFIG_UART=y
CONFIG_W1=y CONFIG_W1=y
CONFIG_ETHERBONE=y CONFIG_ETHERBONE=y
# CONFIG_WRNIC is not set
CONFIG_CMD_CONFIG=y CONFIG_CMD_CONFIG=y
CONFIG_NIC_PFILTER=y
# #
# wrpc-sw is tainted if you change the following options # wrpc-sw is tainted if you change the following options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment