Since C6X was added to the tree in v3.3 it has had an entry for COMMON_CLKDEV in its main Kconfig file. But at that time nothing in the tree used COMMON_CLKDEV anymore. That functionality is now available through selecting CLKDEV_LOOKUP. And that is what this Kconfig file also does. Anyhow, this Kconfig entry can be dropped.
Signed-off-by: Paul Bolle <[email protected]> --- Eyeball tested only. arch/c6x/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index f6a3648..ecee897 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig @@ -37,9 +37,6 @@ config GENERIC_HWEIGHT config GENERIC_BUG def_bool y -config COMMON_CLKDEV - def_bool y - config C6X_BIG_KERNEL bool "Build a big kernel" help -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

