diff options
author | Tony Lindgren | 2008-03-06 12:28:06 +0100 |
---|---|---|
committer | Tony Lindgren | 2008-03-06 12:28:06 +0100 |
commit | 19dc8a5b06aba0db11a600c10db5bc99839f098a (patch) | |
tree | 8cee8a28117855c021ac96d84211a39cc74ef9ce /arch | |
parent | ARM: OMAP1: Refresh H2 defconfig (diff) | |
download | kernel-qcow2-linux-19dc8a5b06aba0db11a600c10db5bc99839f098a.tar.gz kernel-qcow2-linux-19dc8a5b06aba0db11a600c10db5bc99839f098a.tar.xz kernel-qcow2-linux-19dc8a5b06aba0db11a600c10db5bc99839f098a.zip |
ARM: OMAP1: Compile in other 16xx boards to OSK defconfig
This allows monitoring compile issues with Kautobuild for
other omap1 boards until we have more board specific defconfig
files.
After 2.6.25, we can add a generic config_omap_generic16xx to
compile in support for all 16xx boards and then remove other
boards from OSK defconfig.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap_osk_5912_defconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/configs/omap_osk_5912_defconfig b/arch/arm/configs/omap_osk_5912_defconfig index 600be0f0e956..d4ca5e6e4ffa 100644 --- a/arch/arm/configs/omap_osk_5912_defconfig +++ b/arch/arm/configs/omap_osk_5912_defconfig @@ -193,13 +193,13 @@ CONFIG_ARCH_OMAP16XX=y # # OMAP Board Type # -# CONFIG_MACH_OMAP_INNOVATOR is not set -# CONFIG_MACH_OMAP_H2 is not set -# CONFIG_MACH_OMAP_H3 is not set +CONFIG_MACH_OMAP_INNOVATOR=y +CONFIG_MACH_OMAP_H2=y +CONFIG_MACH_OMAP_H3=y CONFIG_MACH_OMAP_OSK=y # CONFIG_OMAP_OSK_MISTRAL is not set -# CONFIG_MACH_NOKIA770 is not set -# CONFIG_MACH_OMAP_GENERIC is not set +CONFIG_MACH_NOKIA770=y +CONFIG_MACH_OMAP_GENERIC=y # # OMAP CPU Speed |