From: John Crispin Date: Wed, 7 Nov 2012 20:26:04 +0000 (+0000) Subject: ramips: add HAVE_CLK to Kconfig on all ramips socs X-Git-Tag: reboot~12378 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=480892226d23e778d7d30826e1a30b2e5b7934e0;p=oweals%2Fopenwrt.git ramips: add HAVE_CLK to Kconfig on all ramips socs Signed-off-by: Daniel Golle SVN-Revision: 34110 --- diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/ramips/files/arch/mips/ralink/Kconfig index 444a88ae93..74bca6d0e9 100644 --- a/target/linux/ramips/files/arch/mips/ralink/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/Kconfig @@ -37,6 +37,7 @@ config SOC_RT288X select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_HAS_EARLY_PRINTK select MIPS_MACHINE + select HAVE_CLK config SOC_RT305X bool @@ -54,6 +55,7 @@ config SOC_RT305X select USB_ARCH_HAS_HCD select USB_ARCH_HAS_OHCI select USB_ARCH_HAS_EHCI + select HAVE_CLK config SOC_RT3883 bool @@ -70,6 +72,7 @@ config SOC_RT3883 select MIPS_MACHINE select USB_ARCH_HAS_OHCI select USB_ARCH_HAS_EHCI + select HAVE_CLK config RALINK_DEV_GPIO_BUTTONS def_bool n