20.4k views
0 votes
Calvin wants his watterson driver included in the kernel build. The watterson driver depends on the pci and hobbes modules, and needs to have the option of being a loadable module or directly linked into the kernel. What should the Kconfig entry look like

1 Answer

2 votes

Answer:

series

Step-by-step explanation:

The Kconfig related tools as well as the source code mainly resides under the scripts or kconfig or in the kernel source. The configuration file is a series of the menu entries, in which every line starts with some keyword.

It is a selection based configuration system that is developed by Linux kernel.

The Kconfic entries should be made in series point after point.

User Florita
by
8.1k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.