<br><br>On Monday, 30 March 2015, Adam Lee &lt;<a href="mailto:adam8157@gmail.com">adam8157@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Mar 30, 2015 at 02:05:33PM +0800, Woody Wu wrote:<br>
&gt; Sorry, I did not write a subject.<br>
&gt;<br>
&gt; On Monday, 30 March 2015, Woody Wu &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;narkewoody@gmail.com&#39;)">narkewoody@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;     Hi,<br>
&gt;<br>
&gt;     I have a kernel already run on production, but I then realized that I need<br>
&gt;     to add one or two driver to it.  But I hope I can avoid to upgrade the<br>
&gt;     kernel image for those already running products, I hope I can only extend<br>
&gt;     the kernel by add the driver modules to the root file system. Is that<br>
&gt;     possible? The current kernel has already compiled with the loadable modules<br>
&gt;     options, but for the drivers that I want now the old config is &#39;no&#39;.<br>
&gt;<br>
&gt;     Thanks in advance.<br>
&gt;     -woody <br>
&gt;<br>
&gt;     --<br>
&gt;     Sent from Gmail Mobile<br>
&gt;<br>
&gt; --<br>
&gt; Sent from Gmail Mobile<br>
<br>
Sure you can, just compile them as &quot;M&quot; then install into your rootfs, or<br>
compile them as external modules.<br>
<br>
ref:<br>
<a href="https://www.kernel.org/doc/Documentation/kbuild/modules.txt" target="_blank">https://www.kernel.org/doc/Documentation/kbuild/modules.txt</a><br>
<br>
--<br>
Adam Lee<br>
<a href="http://adam8157.info" target="_blank">http://adam8157.info</a><br>
</blockquote><div><br></div><div>Thanks and glad to know that.  Just be curious, it means, in kernel building, select a driver as M or as EMPTY will put no influence on the resulted kernel image at all, is it right?  Previously, I always thought, when I choice a driver as module, I was not only creating a module itself, but also force the kernel create some kind of a stub in it&#39;s image. Now it seems my thoughts is wrong.</div><div> </div><br><br>-- <br>Sent from Gmail Mobile<br>