From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Thu, 26 Sep 2019 11:52:04 +0000 Subject: Re: [PATCH -next] fbdev: c2p: Fix link failure on non-inlining Message-Id: List-Id: References: <20190926101312.32218-1-geert@linux-m68k.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: Andrew Morton , Bartlomiej Zolnierkiewicz , Nick Desaulniers , dri-devel , Linux Fbdev development list , Linux Kernel Mailing List Hi Geert, On Thu, Sep 26, 2019 at 8:43 PM Geert Uytterhoeven wrote: > > BTW, does randconfig randomize choices these days? > I remember it didn't use to do that. randconfig does randomize choices. masahiro@pug:~/ref/linux$ make -s randconfig ; grep OPTIMIZE_FOR .config KCONFIG_SEED=0x75F1F6C8 CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set masahiro@pug:~/ref/linux$ make -s randconfig ; grep OPTIMIZE_FOR .config KCONFIG_SEED=0x8FDFC7FC # CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y all{yes,mod}config always takes the default in the choice. So, you cannot enable CONFIG_CC_OPTIMIZE_FOR_SIZE by all{yes,mod}config. > The Amiga and Atari frame buffer drivers need , > and the Atari driver contains inline asm. > > The C2P code could be put behind its own Kconfig symbol, I guess. OK, then. Thanks. -- Best Regards Masahiro Yamada