diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-22 01:40:51 +0100 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-03-22 15:47:11 -0400 |
commit | d9acae6baf41c0561f8c532b20cfd955fd1edc2d (patch) | |
tree | e6082eaa42debf5c0e2da34e9a8bc741553ebe22 /arch/tile | |
parent | 1dda7bbe113ad9f314c382e8309928e557361222 (diff) | |
download | linux-d9acae6baf41c0561f8c532b20cfd955fd1edc2d.tar.gz linux-d9acae6baf41c0561f8c532b20cfd955fd1edc2d.tar.bz2 linux-d9acae6baf41c0561f8c532b20cfd955fd1edc2d.zip |
arch: remove KCORE_ELF again [tile]
The Kconfig symbol KCORE_ELF was removed in v2.6.0, but reappeared in two
architectures. It is useless. Remove it again.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> (tile only)
Diffstat (limited to 'arch/tile')
-rw-r--r-- | arch/tile/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index d8885fd87603..7b82e68c5f55 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -414,11 +414,6 @@ endmenu menu "Executable file formats" -# only elf supported -config KCORE_ELF - def_bool y - depends on PROC_FS - source "fs/Kconfig.binfmt" endmenu |