Merge tag 'v3.0-rc4' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus
[firefly-linux-kernel-4.4.55.git] / arch / mips / lantiq / Kconfig
1 if LANTIQ
2
3 config SOC_TYPE_XWAY
4         bool
5         default n
6
7 choice
8         prompt "SoC Type"
9         default SOC_XWAY
10
11 config SOC_AMAZON_SE
12         bool "Amazon SE"
13         select SOC_TYPE_XWAY
14
15 config SOC_XWAY
16         bool "XWAY"
17         select SOC_TYPE_XWAY
18         select HW_HAS_PCI
19 endchoice
20
21 source "arch/mips/lantiq/xway/Kconfig"
22
23 endif