Hi, Is the "defconfig" target supported when using a mini.config file? I am trying to use this mini.config file with x86_64 defconfig: # CONFIG_UNWINDER_ORC is not set CONFIG_UNWINDER_FRAME_POINTER=y # CONFIG_UNWINDER_GUESS is not set but the generated .config file always has: CONFIG_UNWINDER_ORC=y # CONFIG_UNWINDER_FRAME_POINTER is not set command: make KCONFIG_ALLCONFIG=mini.config ARCH=x86_64 O=MINI defconfig thanks. -- ~Randy