soc: arm: renesas: r8a77951: fix defconfig

Fixed an error that could cause problems if
a driver reads "SOC" in the future.

Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
Aymeric Aillet 2021-11-26 11:16:51 +01:00 committed by Anas Nashif
commit 7f1f1229e1

View file

@ -1,9 +1,9 @@
# Copyright (c) 2021 IoT.bzh # Copyright (c) 2021 IoT.bzh
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
if SOC_R8A77950 if SOC_R8A77951
config SOC config SOC
default "r8a77951" default "r8a77951"
endif # SOC_R8A77950 endif # SOC_R8A77951