blob: 9f250c6b1e6fba5e4400765c5a2fe6fc8f6e7d4e [file] [log] [blame]
Andrej Rosano424ee3d2015-04-08 18:56:29 +02001if ARCH_MX5
2
3config MX5
4 bool
5 default y
6
7config MX51
8 bool
9
10config MX53
11 bool
12
Andrej Rosano3bf801a2015-04-08 18:56:30 +020013choice
14 prompt "MX5 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -050015 optional
Andrej Rosano3bf801a2015-04-08 18:56:30 +020016
17config TARGET_USBARMORY
18 bool "Support USB armory"
19 select CPU_V7
20
21endchoice
22
Andrej Rosano424ee3d2015-04-08 18:56:29 +020023config SYS_SOC
24 default "mx5"
25
Andrej Rosano3bf801a2015-04-08 18:56:30 +020026source "board/inversepath/usbarmory/Kconfig"
27
Andrej Rosano424ee3d2015-04-08 18:56:29 +020028endif