Masahiro Yamada | c54550b | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 1 | if ARCH_EXYNOS |
| 2 | |
| 3 | choice |
| 4 | prompt "EXYNOS board select" |
| 5 | |
| 6 | config TARGET_SMDKV310 |
| 7 | bool "Exynos4210 SMDKV310 board" |
| 8 | |
| 9 | config TARGET_TRATS |
| 10 | bool "Exynos4210 Trats board" |
| 11 | |
| 12 | config TARGET_S5PC210_UNIVERSAL |
| 13 | bool "EXYNOS4210 Universal C210 board" |
| 14 | |
| 15 | config TARGET_ORIGEN |
| 16 | bool "Exynos4412 Origen board" |
| 17 | |
| 18 | config TARGET_TRATS2 |
| 19 | bool "Exynos4412 Trat2 board" |
| 20 | |
| 21 | config TARGET_ARNDALE |
| 22 | bool "Exynos5250 Arndale board" |
| 23 | |
| 24 | config TARGET_SMDK5250 |
| 25 | bool "SMDK5250 board" |
| 26 | |
| 27 | config TARGET_SNOW |
| 28 | bool "Snow board" |
| 29 | |
| 30 | config TARGET_SMDK5420 |
| 31 | bool "SMDK5420 board" |
| 32 | |
| 33 | config TARGET_PEACH_PIT |
| 34 | bool "Peach Pi board" |
| 35 | |
| 36 | endchoice |
| 37 | |
| 38 | config SYS_CPU |
| 39 | string |
| 40 | default "armv7" |
| 41 | |
| 42 | config SYS_SOC |
| 43 | string |
| 44 | default "exynos" |
| 45 | |
| 46 | source "board/samsung/smdkv310/Kconfig" |
| 47 | source "board/samsung/trats/Kconfig" |
| 48 | source "board/samsung/universal_c210/Kconfig" |
| 49 | source "board/samsung/origen/Kconfig" |
| 50 | source "board/samsung/trats2/Kconfig" |
| 51 | source "board/samsung/arndale/Kconfig" |
| 52 | source "board/samsung/smdk5250/Kconfig" |
| 53 | source "board/samsung/smdk5420/Kconfig" |
| 54 | |
| 55 | endif |