<div dir="ltr">Hi Lei Yu,<div><br></div><div><span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">After following your instructions, t</span>he CONFIG_DEVMEM is still not set in the below '.config' <br></div><div><br></div><div>workspace/sources/linux-aspeed/.config<br></div><div><br></div><div>It did work if I directly modified meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig</div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-07-04 10:06 GMT+08:00 Lei YU <span dir="ltr"><<a href="mailto:mine260309@gmail.com" target="_blank">mine260309@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Jul 4, 2018 at 10:03 AM Henbin Chang <<a href="mailto:henbinchang@gmail.com">henbinchang@gmail.com</a>> wrote:<br>
><br>
> Thanks Lei Yu.<br>
><br>
> Actually, I want to enable CONFIG_DEVMEM in my specific machine.<br>
> I added the below config to my machine.cfg<br>
> CONFIG_DEVMEM=y<br>
> CONFIG_HWMON=y<br>
> CONFIG_SENSORS_TMP421=y<br>
><br>
> But I still saw the line in the ".config" after devtool modify linux-aspeed.<br>
> # CONFIG_DEVMEM is not set<br>
><br>
> How should I do?<br>
<br>
</span>OK, you are using devtool. Then the simplest you can do is to reset and<br>
modify the recipe again:<br>
<br>
    devtool reset linux-aspeed<br>
    # Manullay delete the linux-aspeed dir in workspace<br>
    devtool modify linux-aspeed<br>
</blockquote></div><br></div>