summaryrefslogtreecommitdiffstats
path: root/arch/kvx/Kconfig
blob: 09344408806b635fc6249bded0b73df48e4ea778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
config KVX
	bool
	select 64BIT
	select BOOTM
	select BOOTM_ELF
	select BOOTM_OFTREE
	select BOOTM_INITRD
	select CLKDEV_LOOKUP
	select COMMON_CLK
	select COMMON_CLK_OF_PROVIDER
	select ELF
	select FLEXIBLE_BOOTARGS
	select GENERIC_FIND_NEXT_BIT
	select HAS_ARCH_SJLJ
	select HAS_CACHE
	select HAS_DMA
	select LIBFDT
	select MFD_SYSCON
	select OF_BAREBOX_DRIVERS
	select OFDEVICE
	select PARTITION
	select RESET_SOURCE
	default y

config PHYS_ADDR_T_64BIT
	bool

config 64BIT
	bool
	select ARCH_DMA_ADDR_T_64BIT
	select PHYS_ADDR_T_64BIT
	default y

config ARCH_TEXT_BASE
	hex
	default 0x110000000

menu "Kalray specific"

config ARCHINFO
	string
	default "coolidge"
endmenu

menu "Board configuration"

config BUILTIN_DTB
	bool "link a DTB into the barebox image"
	depends on OFTREE

config BUILTIN_DTB_NAME
	string "DTB to build into the barebox image"
	depends on BUILTIN_DTB

choice
	prompt "Select your board"

config BOARD_K200
	bool "K200 Network card"

endchoice

endmenu