Merge https://gitlab.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / arch / arm / mach-nexell / Kconfig
1 if ARCH_NEXELL
2
3 config ARCH_S5P4418
4         bool "Nexell S5P4418 SoC"
5         select CPU_V7A
6         select OF_CONTROL
7         select OF_SEPARATE
8         select NX_GPIO
9         select PL011_SERIAL
10         select PL011_SERIAL_FLUSH_ON_INIT
11         help
12           Enable support for Nexell S5P4418 SoC.
13
14 config ARCH_S5P6818
15         bool "Nexell S5P6818 SoC"
16         select ARM64
17         select ARMV8_MULTIENTRY
18         help
19           Enable support for Nexell S5P6818 SoC.
20
21 menu "Nexell S5P4418/S5P6818"
22         depends on ARCH_NEXELL
23
24 choice
25         prompt "Nexell S5P4418/S5P6818 board select"
26         optional
27
28 config TARGET_NANOPI2
29         bool "FriendlyARM NanoPi2 / NanoPC-T2 Board"
30         select ARCH_S5P4418
31         help
32           Enable support for FriendlyARM NanoPi2 and NanoPC-T2 Boards.
33
34 endchoice
35
36 config SYS_BOARD
37         default "nanopi2"
38
39 config SYS_VENDOR
40         default "friendlyarm"
41
42 config SYS_SOC
43         default "nexell"
44
45 config SYS_CONFIG_NAME
46         default "s5p4418_nanopi2"
47
48 endmenu
49
50 config SYS_PLLFIN
51         int
52
53 config TIMER_SYS_TICK_CH
54         int
55
56 source "board/friendlyarm/Kconfig"
57
58 endif