diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-29 09:09:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-08-29 09:09:44 -0700 |
commit | 4e73079d39f62a5a46fbc30260acb0bd890c28df (patch) | |
tree | e80827cb78a7e7109af2e6576eeac5898b01a04e | |
parent | 9cf6b756cdf2cd38b8b0dac2567f7c6daf5e79d5 (diff) | |
parent | dc9cfd2692225a2164f4f20b7deaf38ca8645de3 (diff) | |
download | linux-4e73079d39f62a5a46fbc30260acb0bd890c28df.tar.bz2 |
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 |