diff options
Diffstat (limited to 'arch/mips/lantiq/xway/Kconfig')
| -rw-r--r-- | arch/mips/lantiq/xway/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/lantiq/xway/Kconfig b/arch/mips/lantiq/xway/Kconfig new file mode 100644 index 00000000000..2b857de3662 --- /dev/null +++ b/arch/mips/lantiq/xway/Kconfig | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | if SOC_XWAY | ||
| 2 | |||
| 3 | menu "MIPS Machine" | ||
| 4 | |||
| 5 | config LANTIQ_MACH_EASY50712 | ||
| 6 | bool "Easy50712 - Danube" | ||
| 7 | default y | ||
| 8 | |||
| 9 | endmenu | ||
| 10 | |||
| 11 | endif | ||
| 12 | |||
| 13 | if SOC_AMAZON_SE | ||
| 14 | |||
| 15 | menu "MIPS Machine" | ||
| 16 | |||
| 17 | config LANTIQ_MACH_EASY50601 | ||
| 18 | bool "Easy50601 - Amazon SE" | ||
| 19 | default y | ||
| 20 | |||
| 21 | endmenu | ||
| 22 | |||
| 23 | endif | ||
