From 50e82fe3aca07036adebf4ec1c14dcf7f2530eef Mon Sep 17 00:00:00 2001 From: zhiayang <500236+zhiayang@users.noreply.github.com> Date: Wed, 28 Sep 2022 14:25:34 +0800 Subject: [PATCH] Update app/drivers/gpio/Kconfig.max7318 Co-authored-by: Pete Johanson --- app/drivers/gpio/Kconfig.max7318 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/drivers/gpio/Kconfig.max7318 b/app/drivers/gpio/Kconfig.max7318 index 6675eb24..184fdfdd 100644 --- a/app/drivers/gpio/Kconfig.max7318 +++ b/app/drivers/gpio/Kconfig.max7318 @@ -3,7 +3,7 @@ # Copyright (c) 2022 The ZMK Contributors # SPDX-License-Identifier: MIT -DT_COMPAT_ZMK_GPIO_MAX7318 := maxim,max7318 +DT_COMPAT_MAXIM_MAX7318 := maxim,max7318 menuconfig GPIO_MAX7318 bool "MAX7318 I2C-based GPIO chip"