Skip to content

Commit 710b596

Browse files
authored
Update Kconfig
1 parent 32239b7 commit 710b596

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

peripherals/ikunLed/Kconfig

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
menuconfig PKG_USING_IKUNLED
2-
bool "Enable PKG_USING_IKUNLED"
2+
bool "ikunLed: A Led driver based on char device"
3+
select RT_USING_PIN
34
default n
45
help
56
Enable this option to use the IKUNLED package.
@@ -11,17 +12,19 @@ if PKG_USING_IKUNLED
1112

1213
choice
1314
prompt "Version"
14-
default PKG_USING_IKLED_LATEST_VERSION
15+
default PKG_USING_IKUNLED_LATEST_VERSION
1516
help
1617
Select the package version
1718

18-
config PKG_USING_IKLED_LATEST_VERSION
19+
config PKG_USING_IKUNLED_110_VERSION
20+
bool "v1.1.0"
21+
config PKG_USING_IKUNLED_LATEST_VERSION
1922
bool "latest"
2023
endchoice
2124

22-
config PKG_IKLED_VER
25+
config PKG_IKUNLED_VER
2326
string
24-
default "latest" if PKG_USING_IKLED_LATEST_VERSION
27+
default "v1.1.0" if PKG_USING_IKUNLED_110_VERSION
2528

2629
config USING_IKUNLED_DEMO
2730
bool "Enable IKUNLED Demo (example folder)"

0 commit comments

Comments
 (0)