diff options
Diffstat (limited to 'arch/arm/mach-kirkwood/Kconfig')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig new file mode 100644 index 000000000000..3600cd9f0519 --- /dev/null +++ b/arch/arm/mach-kirkwood/Kconfig | |||
@@ -0,0 +1,25 @@ | |||
1 | if ARCH_KIRKWOOD | ||
2 | |||
3 | menu "Marvell Kirkwood Implementations" | ||
4 | |||
5 | config MACH_DB88F6281_BP | ||
6 | bool "Marvell DB-88F6281-BP Development Board" | ||
7 | help | ||
8 | Say 'Y' here if you want your kernel to support the | ||
9 | Marvell DB-88F6281-BP Development Board. | ||
10 | |||
11 | config MACH_RD88F6192_NAS | ||
12 | bool "Marvell RD-88F6192-NAS Reference Board" | ||
13 | help | ||
14 | Say 'Y' here if you want your kernel to support the | ||
15 | Marvell RD-88F6192-NAS Reference Board. | ||
16 | |||
17 | config MACH_RD88F6281 | ||
18 | bool "Marvell RD-88F6281 Reference Board" | ||
19 | help | ||
20 | Say 'Y' here if you want your kernel to support the | ||
21 | Marvell RD-88F6281 Reference Board. | ||
22 | |||
23 | endmenu | ||
24 | |||
25 | endif | ||