Home
last modified time | relevance | path

Searched hist:dc002f99f3aa7c05981ecbbbc20efe5e8befe98a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/devices/
H A DKconfigdiff dc002f99f3aa7c05981ecbbbc20efe5e8befe98a Wed Apr 16 03:40:17 CDT 2014 Brian Norris <computersforpeace@gmail.com> mtd: st_spi_fsm: only build for ARM

COMPILE_TEST allows us to build this driver on other arch'es. But not
all arch'es have the right I/O accessors -- particularly, x86 is missing
readsl() and writesl().

So just restrict this driver to ARCH_STI. It's still buildable for a
multiplatform ARM kernel, so it can get decent compile coverage.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>