diff options
author | John Crispin <blogic@openwrt.org> | 2012-04-19 10:16:11 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-21 09:31:55 -0400 |
commit | d41ced01f21ddd2c3a01531bb9edf6c41064e9fc (patch) | |
tree | 8d8fd3415ea502eae8f9e166e179483b8869d70a /arch/mips/lantiq/Kconfig | |
parent | fa09eded0e3764ddb8a97440f5b5c5e65e413b6a (diff) |
MIPS: lantiq: implement support for FALCON soc
Adds support for the FALCON SoC. This SoC is from the FTTH/GPON SoC family.
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3814/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lantiq/Kconfig')
-rw-r--r-- | arch/mips/lantiq/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/lantiq/Kconfig b/arch/mips/lantiq/Kconfig index 7389098fd983..20bdf40b3efa 100644 --- a/arch/mips/lantiq/Kconfig +++ b/arch/mips/lantiq/Kconfig | |||
@@ -16,6 +16,10 @@ config SOC_XWAY | |||
16 | bool "XWAY" | 16 | bool "XWAY" |
17 | select SOC_TYPE_XWAY | 17 | select SOC_TYPE_XWAY |
18 | select HW_HAS_PCI | 18 | select HW_HAS_PCI |
19 | |||
20 | config SOC_FALCON | ||
21 | bool "FALCON" | ||
22 | |||
19 | endchoice | 23 | endchoice |
20 | 24 | ||
21 | choice | 25 | choice |