mirror of https://gitee.com/openkylin/linux.git
mtd: docg3 fix missing bitreverse lib
Fix missing dependency which can cause a build error such as: ERROR: "byte_rev_table" [drivers/mtd/devices/docg3.ko] undefined! Reported-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
13daa22fcb
commit
e830342ef3
|
@ -272,6 +272,7 @@ config MTD_DOCG3
|
||||||
tristate "M-Systems Disk-On-Chip G3"
|
tristate "M-Systems Disk-On-Chip G3"
|
||||||
select BCH
|
select BCH
|
||||||
select BCH_CONST_PARAMS
|
select BCH_CONST_PARAMS
|
||||||
|
select BITREVERSE
|
||||||
---help---
|
---help---
|
||||||
This provides an MTD device driver for the M-Systems DiskOnChip
|
This provides an MTD device driver for the M-Systems DiskOnChip
|
||||||
G3 devices.
|
G3 devices.
|
||||||
|
|
Loading…
Reference in New Issue