From: Arnd Bergmann Date: Mon, 12 May 2014 18:01:48 +0000 (-0700) Subject: Input: atmel-wm97xx - only build for AVR32 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~120^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba77341cfd180022e60f08f55025ad59a8387538;p=pandora-kernel.git Input: atmel-wm97xx - only build for AVR32 Building this driver on ARM/at91 always gives us this error message: drivers/input/touchscreen/atmel-wm97xx.c:63:2: error: #error Unknown CPU, this driver only supports AT32AP700X CPUs. Clearly this configuration is not meant to work, so let's just prevent it in Kconfig. If we ever want to use it on another platform, we should also pass proper resources for GPIO, IRQ and memory, which are hardcoded to AT32AP700X at the moment. Signed-off-by: Arnd Bergmann Acked-by: Nicolas Ferre Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed