Commit 5558af16 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

mtd: fix typos in drivers/mtd/Kconfig, drivers/mtd/renesas_rpc_hf.c



Fix a typo

%s/interract/interact/

Use Samsung's capitalization of their trademarks

%s/onenand/OneNAND/
%s/Hyperflash/HyperFlash/
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
[trini: Add other Hyperflash cases as noted by Stefan]
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 324d7799
...@@ -6,8 +6,8 @@ config MTD_PARTITIONS ...@@ -6,8 +6,8 @@ config MTD_PARTITIONS
config MTD config MTD
bool "Enable MTD layer" bool "Enable MTD layer"
help help
Enable the MTD stack, necessary to interract with NAND, NOR, Enable the MTD stack, necessary to interact with NAND, NOR,
SPI-NOR, SPI-NAND, onenand, etc. SPI-NOR, SPI-NAND, OneNAND, etc.
config DM_MTD config DM_MTD
bool "Enable Driver Model for MTD drivers" bool "Enable Driver Model for MTD drivers"
...@@ -95,10 +95,10 @@ config FLASH_PIC32 ...@@ -95,10 +95,10 @@ config FLASH_PIC32
chips through PIC32 Non-Volatile-Memory Controller. chips through PIC32 Non-Volatile-Memory Controller.
config RENESAS_RPC_HF config RENESAS_RPC_HF
bool "Renesas RCar Gen3 RPC Hyperflash driver" bool "Renesas RCar Gen3 RPC HyperFlash driver"
depends on RCAR_GEN3 && DM_MTD depends on RCAR_GEN3 && DM_MTD
help help
This enables access to Hyperflash memory through the Renesas This enables access to HyperFlash memory through the Renesas
RCar Gen3 RPC controller. RCar Gen3 RPC controller.
config HBMC_AM654 config HBMC_AM654
......
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Renesas RCar Gen3 RPC Hyperflash driver * Renesas RCar Gen3 RPC HyperFlash driver
* *
* Copyright (C) 2016 Renesas Electronics Corporation * Copyright (C) 2016 Renesas Electronics Corporation
* Copyright (C) 2016 Cogent Embedded, Inc. * Copyright (C) 2016 Cogent Embedded, Inc.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment