Stefan Agner | c5343d4 | 2018-02-06 09:44:34 +0100 | [diff] [blame^] | 1 | if ARCH_MX23 |
| 2 | |
| 3 | config MX23 |
| 4 | bool |
| 5 | default y |
| 6 | |
| 7 | choice |
| 8 | prompt "MX23 board select" |
| 9 | optional |
| 10 | |
| 11 | config TARGET_MX23_OLINUXINO |
| 12 | bool "Support mx23_olinuxino" |
| 13 | select BOARD_EARLY_INIT_F |
| 14 | |
| 15 | config TARGET_MX23EVK |
| 16 | bool "Support mx23evk" |
| 17 | select BOARD_EARLY_INIT_F |
| 18 | |
| 19 | config TARGET_SANSA_FUZE_PLUS |
| 20 | bool "Support sansa_fuze_plus" |
| 21 | |
| 22 | config TARGET_XFI3 |
| 23 | bool "Support xfi3" |
| 24 | |
| 25 | endchoice |
| 26 | |
| 27 | config SYS_SOC |
| 28 | default "mxs" |
| 29 | |
| 30 | source "board/olimex/mx23_olinuxino/Kconfig" |
| 31 | source "board/freescale/mx23evk/Kconfig" |
| 32 | source "board/sandisk/sansa_fuze_plus/Kconfig" |
| 33 | source "board/creative/xfi3/Kconfig" |
| 34 | |
| 35 | endif |