diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-02-06 18:47:44 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-04-18 09:54:00 +0300 |
commit | 72c5af00272339af6bbed6fe7275cd731f57be2d (patch) | |
tree | f34811353d94a9ece28c1ad3002e951e6914e68a /arch/powerpc/configs/44x/sequoia_defconfig | |
parent | e787be1f1d45e190adce91de52053539668f6269 (diff) | |
download | linux-72c5af00272339af6bbed6fe7275cd731f57be2d.tar.xz |
mtd: rawnand: Clarify Kconfig entry MTD_NAND
MTD_NAND is large and encloses much more than what the symbol is
actually used for: raw NAND. Clarify the symbol by naming it
MTD_RAW_NAND instead.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'arch/powerpc/configs/44x/sequoia_defconfig')
-rw-r--r-- | arch/powerpc/configs/44x/sequoia_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/44x/sequoia_defconfig b/arch/powerpc/configs/44x/sequoia_defconfig index 1e04122912f3..f34fee9464e5 100644 --- a/arch/powerpc/configs/44x/sequoia_defconfig +++ b/arch/powerpc/configs/44x/sequoia_defconfig @@ -33,7 +33,7 @@ CONFIG_MTD_JEDECPROBE=y CONFIG_MTD_CFI_INTELEXT=y CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_PHYSMAP_OF=y -CONFIG_MTD_NAND=y +CONFIG_MTD_RAW_NAND=y CONFIG_MTD_NAND_NDFC=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=35000 |