[PATCH] ARM: omap: rework platform selection
Tony Lindgren
tony at atomide.com
Mon Jun 16 07:17:13 PDT 2014
* Tony Lindgren <tony at atomide.com> [140616 04:31]:
> * Arnd Bergmann <arnd at arndb.de> [140616 04:18]:
> >
> > Let's see if others have similar opinions Rob's patch as a whole.
> > I'd still like to keep all the parts aside from the OMAP change
> > and just back out the change that caused the problems.
> >
> > Does that seem reasonable to you?
>
> Yes makes sense to me if others don't have similar issues. I guess
> it should be possible to verify that by diffing the generated
> .config files compared to the old ones.
If you update Rob's patch and undo the omap2+ changes, you might
want to fold in something like the following to hide the omap
options behind a menu.
So far I have not come up with no great ideas on fixing this
properly short of requiring all omap .config files to add
CONFIG_ARCH_OMAP=y manually. Anybody got good ideas for that?
Regards,
Tony
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -1,3 +1,5 @@
+menu "TI OMAP/AM/DM/DRA Family"
+
config ARCH_OMAP
bool
@@ -342,3 +344,5 @@ config OMAP4_ERRATA_I688
endmenu
endif
+
+endmenu
More information about the linux-arm-kernel
mailing list