blob: 71d678fc66b5895878c153b559cd8561ebb1eaa7 [file] [log] [blame]
Adam Ford42efb612017-08-07 17:37:18 -04001
2menuconfig NAND
3 bool "NAND Device Support"
4if NAND
Masahiro Yamadac343b382014-10-03 19:21:03 +09005
Masahiro Yamadada0763d2014-11-13 20:31:50 +09006config SYS_NAND_SELF_INIT
7 bool
8 help
9 This option, if enabled, provides more flexible and linux-like
10 NAND initialization process.
11
Masahiro Yamadac343b382014-10-03 19:21:03 +090012config NAND_DENALI
13 bool "Support Denali NAND controller"
Masahiro Yamadada0763d2014-11-13 20:31:50 +090014 select SYS_NAND_SELF_INIT
Tom Rini00448d22017-07-28 21:31:42 -040015 imply CMD_NAND
Masahiro Yamadac343b382014-10-03 19:21:03 +090016 help
17 Enable support for the Denali NAND controller.
18
19config SYS_NAND_DENALI_64BIT
20 bool "Use 64-bit variant of Denali NAND controller"
21 depends on NAND_DENALI
22 help
23 The Denali NAND controller IP has some variations in terms of
24 the bus interface. The DMA setup sequence is completely differenct
25 between 32bit / 64bit AXI bus variants.
26
27 If your Denali NAND controller is the 64-bit variant, say Y.
28 Otherwise (32 bit), say N.
29
30config NAND_DENALI_SPARE_AREA_SKIP_BYTES
31 int "Number of bytes skipped in OOB area"
32 depends on NAND_DENALI
33 range 0 63
34 help
35 This option specifies the number of bytes to skip from the beginning
36 of OOB area before last ECC sector data starts. This is potentially
37 used to preserve the bad block marker in the OOB area.
38
Stefan Agner6120f752015-05-08 19:07:11 +020039config NAND_VF610_NFC
Heiko Schocher6f90e582017-06-14 05:49:40 +020040 bool "Support for Freescale NFC for VF610"
Stefan Agner6120f752015-05-08 19:07:11 +020041 select SYS_NAND_SELF_INIT
Tom Rini00448d22017-07-28 21:31:42 -040042 imply CMD_NAND
Stefan Agner6120f752015-05-08 19:07:11 +020043 help
44 Enables support for NAND Flash Controller on some Freescale
Heiko Schocher6f90e582017-06-14 05:49:40 +020045 processors like the VF610, MCF54418 or Kinetis K70.
Stefan Agner6120f752015-05-08 19:07:11 +020046 The driver supports a maximum 2k page size. The driver
47 currently does not support hardware ECC.
48
Stefan Agnerfe10d3f2015-05-08 19:07:12 +020049choice
50 prompt "Hardware ECC strength"
51 depends on NAND_VF610_NFC
52 default SYS_NAND_VF610_NFC_45_ECC_BYTES
53 help
54 Select the ECC strength used in the hardware BCH ECC block.
55
56config SYS_NAND_VF610_NFC_45_ECC_BYTES
57 bool "24-error correction (45 ECC bytes)"
58
59config SYS_NAND_VF610_NFC_60_ECC_BYTES
60 bool "32-error correction (60 ECC bytes)"
61
62endchoice
63
Stefan Roese75659da2015-07-23 10:26:16 +020064config NAND_PXA3XX
65 bool "Support for NAND on PXA3xx and Armada 370/XP/38x"
66 select SYS_NAND_SELF_INIT
Tom Rini00448d22017-07-28 21:31:42 -040067 imply CMD_NAND
Stefan Roese75659da2015-07-23 10:26:16 +020068 help
69 This enables the driver for the NAND flash device found on
70 PXA3xx processors (NFCv1) and also on Armada 370/XP (NFCv2).
71
Hans de Goede3ce35f92015-08-16 14:48:22 +020072config NAND_SUNXI
Boris Brezillon57f20382016-06-15 21:09:23 +020073 bool "Support for NAND on Allwinner SoCs"
Hans de Goede3ce35f92015-08-16 14:48:22 +020074 depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
75 select SYS_NAND_SELF_INIT
Maxime Ripard2d3100c2017-02-27 18:22:08 +010076 select SYS_NAND_U_BOOT_LOCATIONS
Tom Rini00448d22017-07-28 21:31:42 -040077 imply CMD_NAND
Hans de Goede3ce35f92015-08-16 14:48:22 +020078 ---help---
Boris Brezillon57f20382016-06-15 21:09:23 +020079 Enable support for NAND. This option enables the standard and
80 SPL drivers.
81 The SPL driver only supports reading from the NAND using DMA
82 transfers.
Hans de Goede3ce35f92015-08-16 14:48:22 +020083
Maxime Ripardfcacc702017-02-27 18:22:12 +010084if NAND_SUNXI
85
86config NAND_SUNXI_SPL_ECC_STRENGTH
87 int "Allwinner NAND SPL ECC Strength"
88 default 64
89
90config NAND_SUNXI_SPL_ECC_SIZE
91 int "Allwinner NAND SPL ECC Step Size"
92 default 1024
93
94config NAND_SUNXI_SPL_USABLE_PAGE_SIZE
95 int "Allwinner NAND SPL Usable Page Size"
96 default 1024
97
98endif
99
Siva Durga Prasad Paladugu937ad762015-11-17 14:30:09 +0530100config NAND_ARASAN
101 bool "Configure Arasan Nand"
Tom Rini00448d22017-07-28 21:31:42 -0400102 imply CMD_NAND
Siva Durga Prasad Paladugu937ad762015-11-17 14:30:09 +0530103 help
104 This enables Nand driver support for Arasan nand flash
105 controller. This uses the hardware ECC for read and
106 write operations.
107
Jagan Teki811a8222016-10-08 18:00:25 +0530108config NAND_MXS
109 bool "MXS NAND support"
Andrey Yurovsky814cb192017-02-10 10:33:34 -0800110 depends on MX6 || MX7
Tom Rini00448d22017-07-28 21:31:42 -0400111 imply CMD_NAND
Jagan Teki811a8222016-10-08 18:00:25 +0530112 help
113 This enables NAND driver for the NAND flash controller on the
114 MXS processors.
115
Siva Durga Prasad Paladuguc41d5cd2016-09-27 10:55:46 +0530116config NAND_ZYNQ
117 bool "Support for Zynq Nand controller"
118 select SYS_NAND_SELF_INIT
Tom Rini00448d22017-07-28 21:31:42 -0400119 imply CMD_NAND
Siva Durga Prasad Paladuguc41d5cd2016-09-27 10:55:46 +0530120 help
121 This enables Nand driver support for Nand flash controller
122 found on Zynq SoC.
123
Stefan Agner6120f752015-05-08 19:07:11 +0200124comment "Generic NAND options"
125
126# Enhance depends when converting drivers to Kconfig which use this config
127# option (mxc_nand, ndfc, omap_gpmc).
128config SYS_NAND_BUSWIDTH_16BIT
129 bool "Use 16-bit NAND interface"
130 depends on NAND_VF610_NFC
131 help
132 Indicates that NAND device has 16-bit wide data-bus. In absence of this
133 config, bus-width of NAND device is assumed to be either 8-bit and later
134 determined by reading ONFI params.
135 Above config is useful when NAND device's bus-width information cannot
136 be determined from on-chip ONFI params, like in following scenarios:
137 - SPL boot does not support reading of ONFI parameters. This is done to
138 keep SPL code foot-print small.
139 - In current U-Boot flow using nand_init(), driver initialization
140 happens in board_nand_init() which is called before any device probe
141 (nand_scan_ident + nand_scan_tail), thus device's ONFI parameters are
142 not available while configuring controller. So a static CONFIG_NAND_xx
143 is needed to know the device's bus-width in advance.
144
Boris Brezillon05b769d2016-06-06 10:16:57 +0200145if SPL
146
147config SYS_NAND_U_BOOT_LOCATIONS
148 bool "Define U-boot binaries locations in NAND"
149 help
150 Enable CONFIG_SYS_NAND_U_BOOT_OFFS though Kconfig.
151 This option should not be enabled when compiling U-boot for boards
152 defining CONFIG_SYS_NAND_U_BOOT_OFFS in their include/configs/<board>.h
153 file.
154
Hans de Goede60b1b292015-08-21 21:49:51 +0200155config SYS_NAND_U_BOOT_OFFS
156 hex "Location in NAND to read U-Boot from"
Maxime Riparda15b6ea2017-02-27 18:22:09 +0100157 default 0x800000 if NAND_SUNXI
Boris Brezillon05b769d2016-06-06 10:16:57 +0200158 depends on SYS_NAND_U_BOOT_LOCATIONS
Hans de Goede60b1b292015-08-21 21:49:51 +0200159 help
160 Set the offset from the start of the nand where u-boot should be
161 loaded from.
162
Boris Brezillon4f238e72016-06-06 10:16:58 +0200163config SYS_NAND_U_BOOT_OFFS_REDUND
164 hex "Location in NAND to read U-Boot from"
165 default SYS_NAND_U_BOOT_OFFS
166 depends on SYS_NAND_U_BOOT_LOCATIONS
167 help
168 Set the offset from the start of the nand where the redundant u-boot
169 should be loaded from.
170
Masahiro Yamadad182d542014-10-03 19:21:04 +0900171config SPL_NAND_DENALI
172 bool "Support Denali NAND controller for SPL"
173 help
174 This is a small implementation of the Denali NAND controller
175 for use on SPL.
176
177endif
178
Adam Ford42efb612017-08-07 17:37:18 -0400179endif # if NAND