Skip to content

Commit

Permalink
mtd: spear_smi: Enable compile testing
Browse files Browse the repository at this point in the history
This driver does not contain any architecture specific code, enable
compile testing it.

Signed-off-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
  • Loading branch information
miquelraynal committed Oct 2, 2020
1 parent 0626258 commit 88c4203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ config MTD_MCHP23K256

config MTD_SPEAR_SMI
tristate "SPEAR MTD NOR Support through SMI controller"
depends on PLAT_SPEAR
depends on PLAT_SPEAR || COMPILE_TEST
default y
help
This enable SNOR support on SPEAR platforms using SMI controller
Expand Down

0 comments on commit 88c4203

Please sign in to comment.