net: dsa: ksz8794: Use CONFIG_DSA_KSZ_TAIL_TAGGING in preprocessor macros
The name of macro to enable tail tagging support in DSA KSZ driver is CONFIG_DSA_KSZ_TAIL_TAGGING, not DSA_KSZ_TAIL_TAGGING. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
5b957e4e46
commit
ab1f0b55d5
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@
|
|||
* Size of the DSA TAG:
|
||||
* - KSZ8794 - 1 byte
|
||||
*/
|
||||
#if defined(CONFIG_DSA_KSZ8794) && defined(DSA_KSZ_TAIL_TAGGING)
|
||||
#if defined(CONFIG_DSA_KSZ8794) && defined(CONFIG_DSA_KSZ_TAIL_TAGGING)
|
||||
#define DSA_TAG_SIZE 1
|
||||
#else
|
||||
#define DSA_TAG_SIZE 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue