diff options
author | John Crispin <john@openwrt.org> | 2012-11-07 20:26:04 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-07 20:26:04 +0000 |
commit | 480892226d23e778d7d30826e1a30b2e5b7934e0 (patch) | |
tree | e9f18e7974a3e9e7cb087afc56fe707af61a0f91 | |
parent | feb31be6afafa13bfb9eff59f9001d39ffd57a44 (diff) | |
download | upstream-480892226d23e778d7d30826e1a30b2e5b7934e0.tar.gz upstream-480892226d23e778d7d30826e1a30b2e5b7934e0.tar.bz2 upstream-480892226d23e778d7d30826e1a30b2e5b7934e0.zip |
ramips: add HAVE_CLK to Kconfig on all ramips socs
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 34110
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |