summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lm3s/Kconfig
blob: 1fd203f4fce112c5735cb9eb48bdaf58d6d89d19 (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
64
65
66
67
68
69
70
71
72
73
74
75
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

choice
	prompt "LM3S Chip Selection"
	default ARCH_CHIP_LM3S6965
	depends on ARCH_CHIP_LM3S

config ARCH_CHIP_LM3S6918
	bool "LM3S6918"

config ARCH_CHIP_LM3S9B96
	bool "LM3S9B96"

config ARCH_CHIP_LM3S6432
	bool "LM3S6432"

config ARCH_CHIP_LM3S6965
	bool "LM3S6965"

config ARCH_CHIP_LM3S8962
	bool "LM3S8962"

endchoice

choice
	prompt "Toolchain"
	default LM3S_BUILDROOT

config LM3S_CODESOURCERYW
	bool "CodeSourcery GNU toolchain under Windows"

config LM3S_CODESOURCERYL
	bool "CodeSourcery GNU toolchain under Linux"

config LM3S_DEVKITARM
	bool "devkitARM GNU toolchain"

config LM3S_BUILDROOT
	bool "Buildroot"

endchoice

config LM3S_DFU
	bool "DFU"
	default y

config LM3S_DISABLE_GPIOA_IRQS
	bool "Disable GPIOA IRQs"

config LM3S_DISABLE_GPIOB_IRQS
	bool "Disable GPIOB IRQs"

config LM3S_DISABLE_GPIOC_IRQS
	bool "Disable GPIOC IRQs"

config LM3S_DISABLE_GPIOD_IRQS
	bool "Disable GPIOD IRQs"

config LM3S_DISABLE_GPIOE_IRQS
	bool "Disable GPIOE IRQs"

config LM3S_DISABLE_GPIOF_IRQS
	bool "Disable GPIOF IRQs"

config LM3S_DISABLE_GPIOG_IRQS
	bool "Disable GPIOG IRQs"

config LM3S_DISABLE_GPIOH_IRQS
	bool "Disable GPIOH IRQs"

config LM3S_DISABLE_GPIOJ_IRQS
	bool "Disable GPIOJ IRQs"