armsr: armv8: fix invalid symbol value for FSL_ENETC_QOS
authorMathew McBride <matt@traverse.com.au>
Mon, 14 Aug 2023 06:13:28 +0000 (06:13 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 15 Aug 2023 13:55:00 +0000 (15:55 +0200)
commit7770d08e2bd28c9c0dc0b3dc0aaf74074ad5772a
tree1d6050c588582504f78cc62b6d6a6d367f591dd1
parent9cb173e9f18da2530c3570479567d8130b05e5f8
armsr: armv8: fix invalid symbol value for FSL_ENETC_QOS

The kernel FSL_ENETC_QOS option is only a compile time
option, it does not result in a separate module being built.

Set it to 'y' to resolve a warning from the kernel compile:

.config:2654:warning: symbol value 'm' invalid for FSL_ENETC_QOS

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Fixes: c3151b6f045 ("armvirt: 64: add support for other SystemReady-compatible vendors")
target/linux/armsr/modules.mk