]> Git Repo - u-boot.git/blame - arch/arm/mach-nexell/Kconfig
Convert CONFIG_CONS_INDEX et al to Kconfig
[u-boot.git] / arch / arm / mach-nexell / Kconfig
CommitLineData
95e9a8e2
SB
1if ARCH_NEXELL
2
3config 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
14config ARCH_S5P6818
15 bool "Nexell S5P6818 SoC"
16 select ARM64
17 select ARMV8_MULTIENTRY
18 help
19 Enable support for Nexell S5P6818 SoC.
20
21menu "Nexell S5P4418/S5P6818"
22 depends on ARCH_NEXELL
23
24choice
25 prompt "Nexell S5P4418/S5P6818 board select"
26 optional
27
28config 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
34endchoice
35
f76750d1
TR
36config SYS_PLLFIN
37 int
38
39config TIMER_SYS_TICK_CH
40 int
41
95e9a8e2
SB
42config SYS_BOARD
43 default "nanopi2"
44
45config SYS_VENDOR
46 default "friendlyarm"
47
48config SYS_SOC
49 default "nexell"
50
51config SYS_CONFIG_NAME
52 default "s5p4418_nanopi2"
53
95e9a8e2 54config SYS_PLLFIN
f76750d1 55 default 24000000
95e9a8e2
SB
56
57config TIMER_SYS_TICK_CH
f76750d1
TR
58 default 0
59
60endmenu
95e9a8e2
SB
61
62source "board/friendlyarm/Kconfig"
63
64endif
This page took 0.057261 seconds and 4 git commands to generate.