ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / arm / mach-lh7a40x / Kconfig
1
2 menu "LH7A40X Implementations"
3
4 config MACH_KEV7A400
5         bool "KEV7A400"
6         depends on ARCH_LH7A40X
7         select ARCH_LH7A400
8         help
9           Say Y here if you are using the Sharp KEV7A400 development
10           board.  This hardware is discontinued, so I'd be very
11           suprised if you wanted this option.
12
13 config MACH_LPD7A400
14         bool "LPD7A400 Card Engine"
15         depends on ARCH_LH7A40X
16         select ARCH_LH7A400
17         select IDE_POLL
18         help
19           Say Y here if you are using Logic Product Development's
20           LPD7A400 CardEngine.  For the time being, the LPD7A400 and
21           LPD7A404 options are mutually exclusive.
22
23 config MACH_LPD7A404
24         bool "LPD7A404 Card Engine"
25         depends on ARCH_LH7A40X
26         select ARCH_LH7A404
27         select IDE_POLL
28         help
29           Say Y here if you are using Logic Product Development's
30           LPD7A404 CardEngine. For the time being, the LPD7A400 and
31           LPD7A404 options are mutually exclusive.
32
33 config ARCH_LH7A400
34         bool
35
36 config ARCH_LH7A404
37         bool
38
39 endmenu