From: Haavard Skinnemoen 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 Signed-off-by: Andrew Morton --- arch/avr32/Kconfig | 3 +++ 1 file 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 _