|
@@ -67,6 +67,10 @@ endchoice
|
|
config MTD_CFI_GEOMETRY
|
|
config MTD_CFI_GEOMETRY
|
|
bool "Specific CFI Flash geometry selection"
|
|
bool "Specific CFI Flash geometry selection"
|
|
depends on MTD_CFI_ADV_OPTIONS
|
|
depends on MTD_CFI_ADV_OPTIONS
|
|
|
|
+ select MTD_MAP_BANK_WIDTH_1 if !(MTD_MAP_BANK_WIDTH_2 || \
|
|
|
|
+ MTD_MAP_BANK_WIDTH_4 || MTD_MAP_BANK_WIDTH_8 || \
|
|
|
|
+ MTD_MAP_BANK_WIDTH_16 || MTD_MAP_BANK_WIDTH_32)
|
|
|
|
+ select MTD_CFI_I1 if !(MTD_CFI_I2 || MTD_CFI_I4 || MTD_CFI_I8)
|
|
help
|
|
help
|
|
This option does not affect the code directly, but will enable
|
|
This option does not affect the code directly, but will enable
|
|
some other configuration options which would allow you to reduce
|
|
some other configuration options which would allow you to reduce
|