Arnaud Patard (Rtp) wrote: > If one wants to use ssi/Kconfig on arm, it should be added to > arch/arm/Kconfig. Yes, I found this as well by getting sound/arm/Kconfig:55:warning: 'select' used by config symbol 'SND_OMAP_TSC2101' refer to undefined symbol 'OMAP_TSC2101' sound/arm/Kconfig:56:warning: 'select' used by config symbol 'SND_OMAP_TSC2101' refer to undefined symbol 'OMAP_UWIRE' Kconfig warnings. While touching this, what do you think about doing some more clean up: - omap_uwire.c is now in drivers/spi [], remove (old?) one from drivers/ssi - Replace OMAP_UWIRE in Kconfig by SPI_OMAP_UWIRE pointing to drivers/spi ? Update of your patch below. Dirk [1] http://linux.omap.com/pipermail/linux-omap-open-source/2007-March/009217.html