diff options
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 03f2eb5627ec..557bec599f4f 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -74,8 +74,8 @@ config MTD_REDBOOT_PARTS_READONLY | |||
74 | endif # MTD_REDBOOT_PARTS | 74 | endif # MTD_REDBOOT_PARTS |
75 | 75 | ||
76 | config MTD_CMDLINE_PARTS | 76 | config MTD_CMDLINE_PARTS |
77 | bool "Command line partition table parsing" | 77 | tristate "Command line partition table parsing" |
78 | depends on MTD = "y" | 78 | depends on MTD |
79 | ---help--- | 79 | ---help--- |
80 | Allow generic configuration of the MTD partition tables via the kernel | 80 | Allow generic configuration of the MTD partition tables via the kernel |
81 | command line. Multiple flash resources are supported for hardware where | 81 | command line. Multiple flash resources are supported for hardware where |