diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2017-11-28 01:52:56 +0300 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-12-14 15:34:20 +0300 |
commit | f170c6fb7036dca779bbcb2e0fea4b4eed3201b1 (patch) | |
tree | 5b658661b140c7a9be800a4723f699052229eba0 | |
parent | 958ef111cca5e70994b806127ff15258d446ed25 (diff) | |
download | linux-f170c6fb7036dca779bbcb2e0fea4b4eed3201b1.tar.xz |
mtd: onenand: Remove obsolete url from Kconfig help
Samsung website no longer host information about OneNAND,
delete it.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-rw-r--r-- | drivers/mtd/onenand/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig index dcae2f6a2b11..aaeb30458139 100644 --- a/drivers/mtd/onenand/Kconfig +++ b/drivers/mtd/onenand/Kconfig @@ -4,8 +4,7 @@ menuconfig MTD_ONENAND depends on HAS_IOMEM help This enables support for accessing all type of OneNAND flash - devices. For further information see - <http://www.samsung.com/Products/Semiconductor/OneNAND/index.htm> + devices. if MTD_ONENAND |