[PATCH] MIPS: mach-ath79: drop extra 'select HAVE_CLK'

Antony Pavlov antonynpavlov at gmail.com
Tue Jun 24 22:30:44 PDT 2014


We already have 'select COMMON_CLK' so 'select HAVE_CLK'
is redundant.

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 9a240b7..dcd0e58 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -61,7 +61,6 @@ config MACH_MIPS_ATH79
 	select SYS_SUPPORTS_BIG_ENDIAN
 	select CSRC_R4K_LIB
 	select HAS_DEBUG_LL
-	select HAVE_CLK
 	select COMMON_CLK
 	select COMMON_CLK_OF_PROVIDER
 	select CLKDEV_LOOKUP
-- 
1.9.2




More information about the barebox mailing list