Hi all, Here are some Kconfig improvments to produce a mostly sane .config for omap2/3/4 without a defconfig. This assumes that CONFIG_ARCH_OMAP is selected, for example with: $ echo "CONFIG_ARCH_OMAP=y" > .config && yes "" | ARCH=arm make oldconfig or $ rm .config; ARCH=arm make xconfig, then select System Type -> TI OMAP Regards, Tony --- Tony Lindgren (6): omap: Disable VGA console for omaps omap: Use 32KiHZ timer by default omap: Make omap specific features appear under Kconfig menu omap2/3/4: Move Kconfig options to mach-omap2/Kconfig omap2/3/4: Select all omaps and boards by default omap2/3/4: Add Kconfig option to compile in typical omap features arch/arm/mach-omap1/Kconfig | 7 ++++ arch/arm/mach-omap2/Kconfig | 74 +++++++++++++++++++++++++++++++++++++++++ arch/arm/plat-omap/Kconfig | 22 +----------- drivers/video/console/Kconfig | 2 + 4 files changed, 84 insertions(+), 21 deletions(-) -- Signature -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html