Commit dc002f99 authored by Brian Norris's avatar Brian Norris

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: default avatarBrian Norris <computersforpeace@gmail.com>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
parent 38e2eee9
...@@ -212,7 +212,7 @@ config MTD_DOCG3 ...@@ -212,7 +212,7 @@ config MTD_DOCG3
config MTD_ST_SPI_FSM config MTD_ST_SPI_FSM
tristate "ST Microelectronics SPI FSM Serial Flash Controller" tristate "ST Microelectronics SPI FSM Serial Flash Controller"
depends on ARCH_STI || COMPILE_TEST depends on ARCH_STI
help help
This provides an MTD device driver for the ST Microelectronics This provides an MTD device driver for the ST Microelectronics
SPI Fast Sequence Mode (FSM) Serial Flash Controller and support SPI Fast Sequence Mode (FSM) Serial Flash Controller and support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment