mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
V1.0.5
This commit is contained in:
27
packages/third-party/at24cxx/Kconfig
vendored
Normal file
27
packages/third-party/at24cxx/Kconfig
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# Kconfig file for package at24cxx
|
||||
menuconfig LPKG_USING_AT24CXX
|
||||
bool "at24cxx: eeprom at24cxx driver library."
|
||||
default n
|
||||
|
||||
if LPKG_USING_AT24CXX
|
||||
|
||||
config LPKG_AT24CXX_PATH
|
||||
string
|
||||
default "/packages/third-party/at24cxx"
|
||||
|
||||
choice
|
||||
prompt "Version"
|
||||
default LPKG_USING_AT24CXX_LATEST_VERSION
|
||||
help
|
||||
Select the package version
|
||||
|
||||
config LPKG_USING_AT24CXX_LATEST_VERSION
|
||||
bool "latest"
|
||||
endchoice
|
||||
|
||||
config LPKG_AT24CXX_VER
|
||||
string
|
||||
default "latest" if LPKG_USING_AT24CXX_LATEST_VERSION
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user