]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 4 Jul 2018 11:50:12 +0000 (13:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2018 11:05:54 +0000 (20:05 +0900)
commitd440791702ec425fec994e23adca65856774e8ac
treeedea200eaf44c4673d5674c5761c4c0ced86079e
parent612bbb9e39a449711ee47d7f59f7360f53322fd9
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols

The vendor guard Kconfig symbols for Cadence and Packet Engines use a
"NET_" prefix, while all other vendor guards use a "NET_VENDOR_"
prefix.  Hence make them consistent with the rest, and add the missing
trailing "S" for Packet Engines while at it.

As these options don't directly affect the kernel build, and default to
"y", this change has no impact on kernels built with existing
(def)configs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/Makefile
drivers/net/ethernet/cadence/Kconfig
drivers/net/ethernet/packetengines/Kconfig