diff options
author | Brian Norris <computersforpeace@gmail.com> | 2014-04-09 05:28:40 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-04-14 22:23:01 +0400 |
commit | 8607bd42728c648f03cb04f8906411ba3da984e5 (patch) | |
tree | def6e90010890b1fc26edafac7a0144ceb9ee287 /drivers/mtd/devices | |
parent | e43b20619bdb6c851dd7b49cbd15e52875a785d4 (diff) | |
download | linux-8607bd42728c648f03cb04f8906411ba3da984e5.tar.xz |
mtd: st_spi_fsm: fixup Kconfig dependency
I hear that this driver should depend on ARCH_STI, and that "SH" is not
actually a real symbol. At the same time, let's allow compile-testing on
other ARCH'es.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index f9e32b53dfc6..9aae1042c14f 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig @@ -212,7 +212,7 @@ config MTD_DOCG3 config MTD_ST_SPI_FSM tristate "ST Microelectronics SPI FSM Serial Flash Controller" - depends on ARM || SH + depends on ARCH_STI || COMPILE_TEST help This provides an MTD device driver for the ST Microelectronics SPI Fast Sequence Mode (FSM) Serial Flash Controller and support |