Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions peripherals/hal-sdk/nuvoton/nuvoton_arm926_lib/Kconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Kconfig file for package nuvoton_arm926_lib
menuconfig PKG_USING_NUVOTON_RAM926_LIB
menuconfig PKG_USING_NUVOTON_ARM926_LIB
bool "NUVOTON ARM926 LIB PACKAGE"
default n

if PKG_USING_NUVOTON_RAM926_LIB
if PKG_USING_NUVOTON_ARM926_LIB

config PKG_NUVOTON_RAM926_LIB_PATH
config PKG_NUVOTON_ARM926_LIB_PATH
string
default "/packages/peripherals/hal-sdk/nuvoton/nuvoton_arm926_lib"

Expand All @@ -15,13 +15,13 @@ if PKG_USING_NUVOTON_RAM926_LIB
help
Select the package version

config PKG_USING_NUVOTON_RAM926_LIB_LATEST_VERSION
config PKG_USING_NUVOTON_ARM926_LIB_LATEST_VERSION
bool "latest"
endchoice

config PKG_USING_NUVOTON_RAM926_LIB_VER
config PKG_NUVOTON_ARM926_LIB_VER
string
default "latest" if PKG_USING_NUVOTON_RAM926_LIB_LATEST_VERSION
default "latest" if PKG_USING_NUVOTON_ARM926_LIB_LATEST_VERSION

endif

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuvoton-arm926-lib",
"description": "NUVOTON ARM926 LIB PACKAGE",
"description_zh": "NUVOTON ARM926 LIB 驱动包",
"enable": "PKG_USING_NUVOTON_RAM926_LIB",
"enable": "PKG_USING_NUVOTON_ARM926_LIB",
"keywords": [
"nuvoton-arm926-lib"
],
Expand Down
Loading