config MY_INT int My integer macro default 42 help This is my integer macro that cannot be modified为啥不能在menuconfig中修改?
这个宏被设置为默认值为42,并且被标记为不可修改。因此,在menuconfig中无法更改它的值。这是因为它被设计为在编译时为内核提供一个常量值。
原文地址: https://www.cveoy.top/t/topic/btqy 著作权归作者所有。请勿转载和采集!