The patch titled AVR32: Always enable CONFIG_EMBEDDED has been added to the -mm tree. Its filename is avr32-always-enable-config_embedded.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: AVR32: Always enable CONFIG_EMBEDDED From: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> If CONFIG_EMBEDDED is not defined, we are unable to deselect some options which are unnecessary on most AVR32 setups. This patch unconditionally selects CONFIG_EMBEDDED so that "make allnoconfig" produces something closer to a minimal setup. Signed-off-by: Haavard Skinnemoen <hskinnemoen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/avr32/Kconfig | 3 +++ 1 files changed, 3 insertions(+) diff -puN arch/avr32/Kconfig~avr32-always-enable-config_embedded arch/avr32/Kconfig --- a/arch/avr32/Kconfig~avr32-always-enable-config_embedded +++ a/arch/avr32/Kconfig @@ -8,6 +8,9 @@ mainmenu "Linux Kernel Configuration" config AVR32 bool default y + # With EMBEDDED=n, we get lots of stuff automatically selected + # that we usually don't need on AVR32. + select EMBEDDED help AVR32 is a high-performance 32-bit RISC microprocessor core, designed for cost-sensitive embedded applications, with particular _ Patches currently in -mm which might be from hskinnemoen@xxxxxxxxx are avr32-arch.patch avr32-config_debug_bugverbose-and-config_frame_pointer.patch avr32-fix-invalid-constraints-for-stcond.patch avr32-add-support-for-irq-flags-state-tracing.patch avr32-turn-off-support-for-discontigmem-and-sparsemem.patch avr32-always-enable-config_embedded.patch avr32-export-the-find__bit-functions.patch avr32-add-defconfig-for-at32stk1002.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html