OSDN Git Service

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)
commit0df5f81c481e383f37f9f97eb014c885898b1773
treeedea200eaf44c4673d5674c5761c4c0ced86079e
parent118e96906dd321ac01e02db6d5c02d5b3e92bbe7
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