【发布时间】:2017-03-11 13:56:23
【问题描述】:
对于布尔配置,我使用的是选择。字符串有类似的吗?
最后,我想要这样的东西:
config MY_VAR_STR
string
config MY_VAR_BOOL
bool
default n
config OPTION_2
bool
# Set MY_VAR_BOOL value to y
select MY_VAR_BOOL
# something like set MY_VAR "test string"
【问题讨论】:
标签: linux-kernel kbuild