diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-02-06 12:58:08 +0000 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-10 18:55:53 +0100 |
commit | 1b3737d4c5ed2ea90efe30e7f6261f8311d20962 (patch) | |
tree | 9c99219517382270bd2f7f7004839eaf4fb95055 | |
parent | 54bd7c510ba027763130eaeb09004ef5780c06e6 (diff) | |
download | linux-3.10-1b3737d4c5ed2ea90efe30e7f6261f8311d20962.tar.gz linux-3.10-1b3737d4c5ed2ea90efe30e7f6261f8311d20962.tar.bz2 linux-3.10-1b3737d4c5ed2ea90efe30e7f6261f8311d20962.zip |
openrisc: remove CONFIG_SYMBOL_PREFIX
Remove the SYMBOL_PREFIX Kconfig symbol as it's empty anyway.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: linux@lists.openrisc.net
Cc: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
-rw-r--r-- | arch/openrisc/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 0ac66f67521..35a4e5f6e71 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -26,10 +26,6 @@ config OPENRISC config MMU def_bool y -config SYMBOL_PREFIX - string - default "" - config HAVE_DMA_ATTRS def_bool y |