diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2014-10-09 23:40:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 01:45:09 -0500 |
commit | f29ad10de6c345c8ae4cb33a99ba8ff29bdcd751 (patch) | |
tree | ac377224cfbe7b116ad9f68deb85fd9dc84f93c4 /arch/mips/Kconfig | |
parent | 813c14108d0f5bbddc125fb7a6a0819fcdcf61e2 (diff) |
MIPS: Loongson1B: Some fixes/updates for LS1B
- Fix hanging ethernet issue of LS1B v2.0 by adding pbl field in plat data.
(It seems that the MAC controller of LS1B v2.0 can only accept pbl=1)
- Add GMAC1 support and setup MUX in terms of PHY mode.
- Add CPUFreq support.
- Add MUX Register Definitions.
- Add PWM Register Definitions.
- Update clock register bitfields according to the latest spec.
- Update clock related stuff.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/8024/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4a7e0c13c61d..9ea76ed1c2e4 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1573,6 +1573,7 @@ config CPU_LOONGSON1 | |||
1573 | select CPU_HAS_PREFETCH | 1573 | select CPU_HAS_PREFETCH |
1574 | select CPU_SUPPORTS_32BIT_KERNEL | 1574 | select CPU_SUPPORTS_32BIT_KERNEL |
1575 | select CPU_SUPPORTS_HIGHMEM | 1575 | select CPU_SUPPORTS_HIGHMEM |
1576 | select CPU_SUPPORTS_CPUFREQ | ||
1576 | 1577 | ||
1577 | config CPU_BMIPS32_3300 | 1578 | config CPU_BMIPS32_3300 |
1578 | select SMP_UP if SMP | 1579 | select SMP_UP if SMP |