Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Kconfig (c717b9b7d6de9e024e47f7cd5bbff49f581d3db9)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MTD_ONENAND
3 tristate "OneNAND Device Support"
4 depends on HAS_IOMEM
5 help
6 This enables support for accessing all type of OneNAND flash
7 devices.
8

--- 12 unchanged lines hidden (view full) ---

21 tristate "OneNAND Flash device via platform device driver"
22 help
23 Support for OneNAND flash via platform device driver.
24
25config MTD_ONENAND_OMAP2
26 tristate "OneNAND on OMAP2/OMAP3 support"
27 depends on ARCH_OMAP2 || ARCH_OMAP3 || (COMPILE_TEST && ARM)
28 depends on OF || COMPILE_TEST
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MTD_ONENAND
3 tristate "OneNAND Device Support"
4 depends on HAS_IOMEM
5 help
6 This enables support for accessing all type of OneNAND flash
7 devices.
8

--- 12 unchanged lines hidden (view full) ---

21 tristate "OneNAND Flash device via platform device driver"
22 help
23 Support for OneNAND flash via platform device driver.
24
25config MTD_ONENAND_OMAP2
26 tristate "OneNAND on OMAP2/OMAP3 support"
27 depends on ARCH_OMAP2 || ARCH_OMAP3 || (COMPILE_TEST && ARM)
28 depends on OF || COMPILE_TEST
29 depends on OMAP_GPMC
29 help
30 Support for a OneNAND flash device connected to an OMAP2/OMAP3 SoC
31 via the GPMC memory controller.
32 Enable dmaengine and gpiolib for better performance.
33
34config MTD_ONENAND_SAMSUNG
35 tristate "OneNAND on Samsung SOC controller support"
36 depends on ARCH_S3C64XX || ARCH_S5PV210 || COMPILE_TEST

--- 36 unchanged lines hidden ---
30 help
31 Support for a OneNAND flash device connected to an OMAP2/OMAP3 SoC
32 via the GPMC memory controller.
33 Enable dmaengine and gpiolib for better performance.
34
35config MTD_ONENAND_SAMSUNG
36 tristate "OneNAND on Samsung SOC controller support"
37 depends on ARCH_S3C64XX || ARCH_S5PV210 || COMPILE_TEST

--- 36 unchanged lines hidden ---