forked from nrfconnect/sdk-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules: add Kconfig for QuickLogic EOS S3 module
Add proper Kconfig for external QuickLogic module. Signed-off-by: Jan Kowalewski <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |