diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-02-06 07:58:08 -0500 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-10 12:55:53 -0500 |
commit | 1b3737d4c5ed2ea90efe30e7f6261f8311d20962 (patch) | |
tree | 9c99219517382270bd2f7f7004839eaf4fb95055 /arch/openrisc/Kconfig | |
parent | 54bd7c510ba027763130eaeb09004ef5780c06e6 (diff) |
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>
Diffstat (limited to 'arch/openrisc/Kconfig')
-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 0ac66f67521f..35a4e5f6e71c 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig | |||
@@ -26,10 +26,6 @@ config OPENRISC | |||
26 | config MMU | 26 | config MMU |
27 | def_bool y | 27 | def_bool y |
28 | 28 | ||
29 | config SYMBOL_PREFIX | ||
30 | string | ||
31 | default "" | ||
32 | |||
33 | config HAVE_DMA_ATTRS | 29 | config HAVE_DMA_ATTRS |
34 | def_bool y | 30 | def_bool y |
35 | 31 | ||