mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
mtd: make ofpart buildable as a separate module
As ofpart now uses a standard mtd partitions parser interface, make it buildable as a separate module. Also provide MODULE_DESCRIPTION and MODULE_AUTHOR for this module. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
This commit is contained in:
committed by
Artem Bityutskiy
parent
7854d3f749
commit
d6137badef
@@ -137,7 +137,8 @@ config MTD_AFS_PARTS
|
||||
'physmap' map driver (CONFIG_MTD_PHYSMAP) does this, for example.
|
||||
|
||||
config MTD_OF_PARTS
|
||||
def_bool y
|
||||
tristate "OpenFirmware partitioning information support"
|
||||
default Y
|
||||
depends on OF
|
||||
help
|
||||
This provides a partition parsing function which derives
|
||||
|
||||
Reference in New Issue
Block a user