<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>KConfig woes</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127914/kconfig-woes</link><description>I&amp;#39;m trying to slim down my application to fit in an nRF52832 (currently overflows RAM when building) so I&amp;#39;m carving things out using the prj.conf file. But I&amp;#39;m running into weirdness: 
 I set CONFIG_PRINTK=n hoping to suppress all the code and memory</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Apr 2026 14:23:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127914/kconfig-woes" /><item><title>RE: KConfig woes</title><link>https://devzone.nordicsemi.com/thread/565554?ContentTypeID=1</link><pubDate>Mon, 27 Apr 2026 14:23:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac1a64c6-9cff-464b-966f-eea552af881d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Will,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can try to add the following configs:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_BOOT_BANNER=n
CONFIG_NCS_BOOT_BANNER=n #to remove banners


CONFIG_PRINTK=n
CONFIG_CONSOLE=n
CONFIG_UART_CONSOLE=n


CONFIG_LOG=n
CONFIG_LOG_MODE_MINIMAL=n          
CONFIG_LOG_BACKEND_UART=n

CONFIG_SERIAL=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>