summaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-15 19:03:50 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 00:03:01 +0300
commitddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54 (patch)
tree97c480dc3445830a3fdd9d841d50c27641692cee /drivers/mtd/Kconfig
parentde0a73291550c68a7c7306c2627cbf6484241fef (diff)
downloadu-boot-ddd39d0cc1a025a1e2e3c792cc8286dbdfa29b54.tar.xz
Convert CONFIG_SAMSUNG_ONENAND to Kconfig
This converts the following to Kconfig: CONFIG_SAMSUNG_ONENAND Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index d0ab7c18c6..3d1f6e43fd 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -168,6 +168,9 @@ config STM32_FLASH
This is the driver of embedded flash for some STMicroelectronics
STM32 MCU.
+config SAMSUNG_ONENAND
+ bool "Samsung OneNAND driver support"
+
config USE_SYS_MAX_FLASH_BANKS
bool "Enable Max number of Flash memory banks"
help