提交 8a12d127 编写于 作者: L Lukasz Majewski 提交者: Stefano Babic

Kconfig: Add entry for VF610 NAND NFC device tree aware driver

This commit provides code to add proper entry to Kconfig to enable
support for VF610 device tree aware driver.
Signed-off-by: NLukasz Majewski <lukma@denx.de>
上级 254409db
...@@ -88,6 +88,15 @@ config NAND_VF610_NFC ...@@ -88,6 +88,15 @@ config NAND_VF610_NFC
The driver supports a maximum 2k page size. The driver The driver supports a maximum 2k page size. The driver
currently does not support hardware ECC. currently does not support hardware ECC.
if NAND_VF610_NFC
config NAND_VF610_NFC_DT
bool "Support Vybrid's vf610 NAND controller as a DT device"
depends on OF_CONTROL && MTD
help
Enable the driver for Vybrid's vf610 NAND flash on platforms
using device tree.
choice choice
prompt "Hardware ECC strength" prompt "Hardware ECC strength"
depends on NAND_VF610_NFC depends on NAND_VF610_NFC
...@@ -103,6 +112,8 @@ config SYS_NAND_VF610_NFC_60_ECC_BYTES ...@@ -103,6 +112,8 @@ config SYS_NAND_VF610_NFC_60_ECC_BYTES
endchoice endchoice
endif
config NAND_PXA3XX config NAND_PXA3XX
bool "Support for NAND on PXA3xx and Armada 370/XP/38x" bool "Support for NAND on PXA3xx and Armada 370/XP/38x"
select SYS_NAND_SELF_INIT select SYS_NAND_SELF_INIT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册