我必须构建 Linux 内核并且处于菜单配置中。
我想将以下内容作为内置内容而不是模块包含:
Realtek RTL8152/RTL8153 Based USB Ethernet Adapters
问题是,当我按 Y 将其内置时,我收到以下消息:
This feature depends on another which has been configured as a module.
As a result, this feature will be built as a module.
我怎么知道依赖关系是什么?
答案1
我想到了。
我按 H 键寻求帮助,然后出现了这个框:
Depends on:
我现在觉得自己很蠢。