diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-27 08:43:04 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2013-10-29 23:31:46 -0400 |
commit | b2c32b32a21291107c3797448e0bd36716c8e445 (patch) | |
tree | bb55e78da7dfa844215559713523d7ab83a612b9 | |
parent | d90c3eb31535e0a1b7b5528ad2011e26f4b9a79a (diff) |
c6x: remove unused COMMON_CLKDEV Kconfig parameter
This removes the COMMON_CLKDEV 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>
Signed-off-by: Mark Salter <msalter@redhat.com>
-rw-r--r-- | arch/c6x/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index b4f77258cacc..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 |