In working on the platform support for MUSB for the 2430sdp, I noticed that there are #ifdefs for CONFIG_ARCH_OMAP2430 and CONFIG_ARCH_OMAP243X. In the Kconfigs, only the following are available: CONFIG_ARCH_OMAP2 CONFIG_ARCH_OMAP24XX CONFIG_ARCH_OMAP2420 CONFIG_ARCH_OMAP2430 But in the MUSB code as well as prcm-regs.h there are #ifdefs for OMAP243X. Are there other 243x platforms in the wild, or should I just convert these #ifdefs to 2430. If converting is the right thing, here's a patch. Kevin