Skip to content

Commit

Permalink
fix kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vChavezB authored May 3, 2024
1 parent fe55b69 commit 15dd942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zephyr/KConfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2024 Victor Chavez
# SPDX-License-Identifier: GPL-3.0-or-later

config CONFIG_IOLINK
config IOLINK
bool "IOLink Master"
default n
select EVENTS
Expand All @@ -10,7 +10,7 @@ config CONFIG_IOLINK
help
Enables the IOLink Master Module

if CONFIG_IOLINK
if IOLINK

module = IOLINK
module-str = iolink
Expand Down

0 comments on commit 15dd942

Please sign in to comment.