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 | |
Przemyslaw Marczak | a314d9e | 2014-09-01 13:50:53 +0200 | [diff] [blame^] | 21 | config TARGET_ODROID |
| 22 | bool "Exynos4412 Odroid board" |
| 23 | |
Masahiro Yamada | c54550b | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 24 | config TARGET_ARNDALE |
| 25 | bool "Exynos5250 Arndale board" |
| 26 | |
| 27 | config TARGET_SMDK5250 |
| 28 | bool "SMDK5250 board" |
| 29 | |
| 30 | config TARGET_SNOW |
| 31 | bool "Snow board" |
| 32 | |
| 33 | config TARGET_SMDK5420 |
| 34 | bool "SMDK5420 board" |
| 35 | |
| 36 | config TARGET_PEACH_PIT |
| 37 | bool "Peach Pi board" |
| 38 | |
| 39 | endchoice |
| 40 | |
| 41 | config SYS_CPU |
| 42 | string |
| 43 | default "armv7" |
| 44 | |
| 45 | config SYS_SOC |
| 46 | string |
| 47 | default "exynos" |
| 48 | |
| 49 | source "board/samsung/smdkv310/Kconfig" |
| 50 | source "board/samsung/trats/Kconfig" |
| 51 | source "board/samsung/universal_c210/Kconfig" |
| 52 | source "board/samsung/origen/Kconfig" |
| 53 | source "board/samsung/trats2/Kconfig" |
Przemyslaw Marczak | a314d9e | 2014-09-01 13:50:53 +0200 | [diff] [blame^] | 54 | source "board/samsung/odroid/Kconfig" |
Masahiro Yamada | c54550b | 2014-08-31 07:11:00 +0900 | [diff] [blame] | 55 | source "board/samsung/arndale/Kconfig" |
| 56 | source "board/samsung/smdk5250/Kconfig" |
| 57 | source "board/samsung/smdk5420/Kconfig" |
| 58 | |
| 59 | endif |