mtd/drivers/mtd/chips Config.in,1.19,1.20
dmarlin at infradead.org
dmarlin at infradead.org
Mon Aug 9 14:46:06 EDT 2004
Update of /home/cvs/mtd/drivers/mtd/chips
In directory phoenix.infradead.org:/tmp/cvs-serv8694/drivers/mtd/chips
Modified Files:
Config.in
Log Message:
Updated to allow a build from a 2.4.24 kernel tree.
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/chips/Config.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Config.in 15 Apr 2004 14:24:09 -0000 1.19
+++ Config.in 9 Aug 2004 18:46:03 -0000 1.20
@@ -28,11 +28,13 @@
LITTLE_ENDIAN_BYTE CONFIG_MTD_CFI_LE_BYTE_SWAP" NO
bool ' Specific CFI Flash geometry selection' CONFIG_MTD_CFI_GEOMETRY
if [ "$CONFIG_MTD_CFI_GEOMETRY" = "y" ]; then
- bool ' Support 8-bit buswidth' CONFIG_MTD_CFI_B1
- bool ' Support 16-bit buswidth' CONFIG_MTD_CFI_B2
- bool ' Support 32-bit buswidth' CONFIG_MTD_CFI_B4
- bool ' Support 64-bit buswidth' CONFIG_MTD_CFI_B8
- if [ "$CONFIG_MTD_CFI_B1" = "y" ]; then
+ bool ' Support 8-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_1
+ bool ' Support 16-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_2
+ bool ' Support 32-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_4
+ bool ' Support 64-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_8
+ bool ' Support 128-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_16
+ bool ' Support 256-bit buswidth' CONFIG_MTD_MAP_BANK_WIDTH_32
+ if [ "$CONFIG_MTD_MAP_BANK_WIDTH_1" = "y" ]; then
define_bool CONFIG_MTD_CFI_I1 y
else
bool ' Support 1-chip flash interleave' CONFIG_MTD_CFI_I1
More information about the linux-mtd-cvs
mailing list