Kconfig (dca3a783400a18e2bf4503b1d4a85c4d0ca1a7e4) | Kconfig (660685d9d1b4730f0b5ca97fa95f272f99c63bce) |
---|---|
1menu "RAM/ROM/Flash chip drivers" 2 depends on MTD!=n 3 4config MTD_CFI 5 tristate "Detect flash chips by Common Flash Interface (CFI) probe" 6 select MTD_GEN_PROBE 7 select MTD_CFI_UTIL 8 help --- 132 unchanged lines hidden (view full) --- 141 default n 142 help 143 If your flash chips are interleaved in eights - i.e. you have eight 144 flash chips addressed by each bus cycle, then say 'Y'. 145 146config MTD_OTP 147 bool "Protection Registers aka one-time programmable (OTP) bits" 148 depends on MTD_CFI_ADV_OPTIONS | 1menu "RAM/ROM/Flash chip drivers" 2 depends on MTD!=n 3 4config MTD_CFI 5 tristate "Detect flash chips by Common Flash Interface (CFI) probe" 6 select MTD_GEN_PROBE 7 select MTD_CFI_UTIL 8 help --- 132 unchanged lines hidden (view full) --- 141 default n 142 help 143 If your flash chips are interleaved in eights - i.e. you have eight 144 flash chips addressed by each bus cycle, then say 'Y'. 145 146config MTD_OTP 147 bool "Protection Registers aka one-time programmable (OTP) bits" 148 depends on MTD_CFI_ADV_OPTIONS |
149 select HAVE_MTD_OTP | |
150 default n 151 help 152 This enables support for reading, writing and locking so called 153 "Protection Registers" present on some flash chips. 154 A subset of them are pre-programmed at the factory with a 155 unique set of values. The rest is user-programmable. 156 157 The user-programmable Protection Registers contain one-time --- 78 unchanged lines hidden --- | 149 default n 150 help 151 This enables support for reading, writing and locking so called 152 "Protection Registers" present on some flash chips. 153 A subset of them are pre-programmed at the factory with a 154 unique set of values. The rest is user-programmable. 155 156 The user-programmable Protection Registers contain one-time --- 78 unchanged lines hidden --- |