Skip to content

Commit

Permalink
modules: add Kconfig for QuickLogic EOS S3 module
Browse files Browse the repository at this point in the history
Add proper Kconfig for external QuickLogic module.

Signed-off-by: Jan Kowalewski <[email protected]>
  • Loading branch information
Jan Kowalewski authored and nashif committed Sep 4, 2020
1 parent d2fecc2 commit 44bbd1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source "modules/Kconfig.canopennode"
source "modules/Kconfig.civetweb"
source "modules/Kconfig.cmsis"
source "modules/Kconfig.cypress"
source "modules/Kconfig.eos_s3"
source "modules/Kconfig.imx"
source "modules/Kconfig.infineon"
source "modules/Kconfig.libmetal"
Expand Down
8 changes: 8 additions & 0 deletions modules/Kconfig.eos_s3
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# QuickLogic HAL

# Copyright (c) 2020 Antmicro Ltd <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0

config EOS_S3_HAL
bool
depends on SOC_EOS_S3

0 comments on commit 44bbd1e

Please sign in to comment.