diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-29 18:09:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-29 18:09:44 +0200 |
commit | 4e73079d39f62a5a46fbc30260acb0bd890c28df (patch) | |
tree | e80827cb78a7e7109af2e6576eeac5898b01a04e | |
parent | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... (diff) | |
parent | mtd: hyperbus: fix dependency and build error (diff) | |
download | linux-4e73079d39f62a5a46fbc30260acb0bd890c28df.tar.xz linux-4e73079d39f62a5a46fbc30260acb0bd890c28df.zip |
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
-rw-r--r-- | drivers/mtd/hyperbus/Kconfig | 1 |
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 |