diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-09-16 23:21:29 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-09-18 12:13:13 -0400 |
commit | 1a81b94d4fc8470848eb80e39a6001c48cc3fc29 (patch) | |
tree | 955c40124f55f26605f19e01ad2ecf39a5ee1e9a /arch/c6x/Kconfig | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) |
c6x: remove unused parameter in Kconfig
This patch proposes to remove the TMS320C6X_CACHES_ON kernel configuration
parameter defined in arch/c6x/Kconfig, but used nowhere
in the makefiles and source code.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/Kconfig')
-rw-r--r-- | arch/c6x/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 957dd00ea561..b4f77258cacc 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig | |||
@@ -105,10 +105,6 @@ menu "Processor type and features" | |||
105 | 105 | ||
106 | source "arch/c6x/platforms/Kconfig" | 106 | source "arch/c6x/platforms/Kconfig" |
107 | 107 | ||
108 | config TMS320C6X_CACHES_ON | ||
109 | bool "L2 cache support" | ||
110 | default y | ||
111 | |||
112 | config KERNEL_RAM_BASE_ADDRESS | 108 | config KERNEL_RAM_BASE_ADDRESS |
113 | hex "Virtual address of memory base" | 109 | hex "Virtual address of memory base" |
114 | default 0xe0000000 if SOC_TMS320C6455 | 110 | default 0xe0000000 if SOC_TMS320C6455 |