blob: fdca0f6900cac2b18cfacac79b73e3fb19421104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
choice
prompt "Select i.MXS board type"
config MACH_MX28EVK
bool "Freescale MX28 EVK board"
depends on ARCH_MX28
select USB_ARCH_HAS_EHCI
config MXS_TIMER_WITH_MACH
bool "Timer with architecture."
endchoice
|