mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-07 22:38:55 +00:00
ade563ba84
Signed-off-by: Felix Fietkau <nbd@nbd.name>
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2020 MediaTek Inc. All rights reserved.
|
|
# Author: Weijie Gao <weijie.gao@mediatek.com>
|
|
#
|
|
|
|
config MTK_SPI_NAND
|
|
tristate "MediaTek SPI NAND flash controller driver"
|
|
depends on MTD
|
|
default n
|
|
help
|
|
This option enables access to SPI-NAND flashes through the
|
|
MTD interface of MediaTek SPI NAND Flash Controller
|