Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
drivers/mtd/hyperbus/Kconfig
··· 1 1 menuconfig MTD_HYPERBUS 2 2 tristate "HyperBus support" 3 + depends on HAS_IOMEM 3 4 select MTD_CFI 4 5 select MTD_MAP_BANK_WIDTH_2 5 6 select MTD_CFI_AMDSTD