diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-15 17:05:15 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-15 17:05:15 -0500 |
commit | f13399f033ae3d49e1808bacabd83d116844c94e (patch) | |
tree | 1ac6a0344b7a43ddad6b6e69db819f11d2ec400a /arch/c6x | |
parent | 049ffa8ab33a63b3bff672d1a0ee6a35ad253fe8 (diff) | |
parent | b2c32b32a21291107c3797448e0bd36716c8e445 (diff) |
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Pull Kconfig cleanups from Mark Salter:
"Remove some unused config options from C6X and clean up PC_PARPORT
dependencies. The latter was discussed here:
https://lkml.org/lkml/2013/10/8/12"
* tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming:
c6x: remove unused COMMON_CLKDEV Kconfig parameter
Kconfig cleanup (PARPORT_PC dependencies)
x86: select ARCH_MIGHT_HAVE_PC_PARPORT
unicore32: select ARCH_MIGHT_HAVE_PC_PARPORT
sparc: select ARCH_MIGHT_HAVE_PC_PARPORT
sh: select ARCH_MIGHT_HAVE_PC_PARPORT
powerpc: select ARCH_MIGHT_HAVE_PC_PARPORT
parisc: select ARCH_MIGHT_HAVE_PC_PARPORT
mips: select ARCH_MIGHT_HAVE_PC_PARPORT
microblaze: select ARCH_MIGHT_HAVE_PC_PARPORT
m68k: select ARCH_MIGHT_HAVE_PC_PARPORT
ia64: select ARCH_MIGHT_HAVE_PC_PARPORT
arm: select ARCH_MIGHT_HAVE_PC_PARPORT
alpha: select ARCH_MIGHT_HAVE_PC_PARPORT
c6x: remove unused parameter in Kconfig
Diffstat (limited to 'arch/c6x')
-rw-r--r-- | arch/c6x/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 957dd00ea561..77ea09b8bce1 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig | |||
@@ -36,9 +36,6 @@ config GENERIC_HWEIGHT | |||
36 | config GENERIC_BUG | 36 | config GENERIC_BUG |
37 | def_bool y | 37 | def_bool y |
38 | 38 | ||
39 | config COMMON_CLKDEV | ||
40 | def_bool y | ||
41 | |||
42 | config C6X_BIG_KERNEL | 39 | config C6X_BIG_KERNEL |
43 | bool "Build a big kernel" | 40 | bool "Build a big kernel" |
44 | help | 41 | help |
@@ -105,10 +102,6 @@ menu "Processor type and features" | |||
105 | 102 | ||
106 | source "arch/c6x/platforms/Kconfig" | 103 | source "arch/c6x/platforms/Kconfig" |
107 | 104 | ||
108 | config TMS320C6X_CACHES_ON | ||
109 | bool "L2 cache support" | ||
110 | default y | ||
111 | |||
112 | config KERNEL_RAM_BASE_ADDRESS | 105 | config KERNEL_RAM_BASE_ADDRESS |
113 | hex "Virtual address of memory base" | 106 | hex "Virtual address of memory base" |
114 | default 0xe0000000 if SOC_TMS320C6455 | 107 | default 0xe0000000 if SOC_TMS320C6455 |