summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-08-29 19:09:44 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2019-08-29 19:09:44 +0300
commit4e73079d39f62a5a46fbc30260acb0bd890c28df (patch)
treee80827cb78a7e7109af2e6576eeac5898b01a04e /drivers
parent9cf6b756cdf2cd38b8b0dac2567f7c6daf5e79d5 (diff)
parentdc9cfd2692225a2164f4f20b7deaf38ca8645de3 (diff)
downloadlinux-4e73079d39f62a5a46fbc30260acb0bd890c28df.tar.xz
Merge tag 'mtd/fixes-for-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull mtd fix from Miquel Raynal: "Add a 'depends on' in the core Hyperbus Kconfig entry to avoid build errors" * tag 'mtd/fixes-for-5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: mtd: hyperbus: fix dependency and build error
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/hyperbus/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/hyperbus/Kconfig b/drivers/mtd/hyperbus/Kconfig
index b4e3caf7d799..a4d8968d133d 100644
--- a/drivers/mtd/hyperbus/Kconfig
+++ b/drivers/mtd/hyperbus/Kconfig
@@ -1,5 +1,6 @@
menuconfig MTD_HYPERBUS
tristate "HyperBus support"
+ depends on HAS_IOMEM
select MTD_CFI
select MTD_MAP_BANK_WIDTH_2
select MTD_CFI_AMDSTD