Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) menu "NAND"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) config MTD_NAND_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 	tristate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) source "drivers/mtd/nand/onenand/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) source "drivers/mtd/nand/raw/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) source "drivers/mtd/nand/spi/Kconfig"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) menu "ECC engine support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config MTD_NAND_ECC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)        bool
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)        depends on MTD_NAND_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config MTD_NAND_BBT_USING_FLASH
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 	bool "Mtd Nand BBT using flash management strategy"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	depends on MTD_NAND_CORE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	  This is a simple flash BBT management strategy for Nand devices.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	  Say Y when you want to use BBT in flash.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) endmenu
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) endmenu