ARM: mach-omap2: omap5/dra7: Enable ACTLR[0] (Enable invalidates of BTB) to facilitat...
[oweals/u-boot.git] / arch / arm / mach-omap2 / Kconfig
1 if ARCH_OMAP2PLUS
2
3 choice
4         prompt "OMAP2+ platform select"
5         default OMAP34XX
6
7 config OMAP34XX
8         bool "OMAP34XX SoC"
9         select ARM_ERRATA_430973
10         select ARM_ERRATA_454179
11         select ARM_ERRATA_621766
12         select ARM_ERRATA_725233
13         select USE_TINY_PRINTF
14         imply NAND_OMAP_GPMC
15         imply SPL_EXT_SUPPORT
16         imply SPL_FAT_SUPPORT
17         imply SPL_GPIO_SUPPORT
18         imply SPL_I2C_SUPPORT
19         imply SPL_LIBCOMMON_SUPPORT
20         imply SPL_LIBDISK_SUPPORT
21         imply SPL_LIBGENERIC_SUPPORT
22         imply SPL_MMC_SUPPORT
23         imply SPL_NAND_SUPPORT
24         imply SPL_OMAP3_ID_NAND
25         imply SPL_POWER_SUPPORT
26         imply SPL_SERIAL_SUPPORT
27         imply SYS_I2C_OMAP24XX
28         imply SYS_THUMB_BUILD
29         imply TWL4030_POWER
30
31 config OMAP44XX
32         bool "OMAP44XX SoC"
33         select USE_TINY_PRINTF
34         imply NAND_OMAP_ELM
35         imply NAND_OMAP_GPMC
36         imply SPL_DISPLAY_PRINT
37         imply SPL_EXT_SUPPORT
38         imply SPL_FAT_SUPPORT
39         imply SPL_GPIO_SUPPORT
40         imply SPL_I2C_SUPPORT
41         imply SPL_LIBCOMMON_SUPPORT
42         imply SPL_LIBDISK_SUPPORT
43         imply SPL_LIBGENERIC_SUPPORT
44         imply SPL_MMC_SUPPORT
45         imply SPL_NAND_SIMPLE
46         imply SPL_NAND_SUPPORT
47         imply SPL_POWER_SUPPORT
48         imply SPL_SERIAL_SUPPORT
49         imply SYS_I2C_OMAP24XX
50         imply SYS_THUMB_BUILD
51
52 config OMAP54XX
53         bool "OMAP54XX SoC"
54         select ARM_ERRATA_798870
55         select SYS_THUMB_BUILD
56         select ARM_CORTEX_A15_CVE_2017_5715
57         imply NAND_OMAP_ELM
58         imply NAND_OMAP_GPMC
59         imply SPL_DISPLAY_PRINT
60         imply SPL_ENV_SUPPORT
61         imply SPL_EXT_SUPPORT
62         imply SPL_FAT_SUPPORT
63         imply SPL_GPIO_SUPPORT
64         imply SPL_I2C_SUPPORT
65         imply SPL_LIBCOMMON_SUPPORT
66         imply SPL_LIBDISK_SUPPORT
67         imply SPL_LIBGENERIC_SUPPORT
68         imply SPL_MMC_SUPPORT
69         imply SPL_NAND_AM33XX_BCH
70         imply SPL_NAND_AM33XX_BCH
71         imply SPL_NAND_SUPPORT
72         imply SPL_POWER_SUPPORT
73         imply SPL_SERIAL_SUPPORT
74         imply SYS_I2C_OMAP24XX
75
76 config TI814X
77         bool "TI814X SoC"
78         select SPECIFY_CONSOLE_INDEX
79         help
80           Support for AM335x SOC from Texas Instruments.
81           The AM335x high performance SOC features a Cortex-A8
82           ARM core and more.
83
84 config TI816X
85         bool "TI816X SoC"
86         select SPECIFY_CONSOLE_INDEX
87         imply NAND_OMAP_ELM
88         imply NAND_OMAP_GPMC
89         help
90           Support for AM335x SOC from Texas Instruments.
91           The AM335x high performance SOC features a Cortex-A8
92           ARM core and more.
93
94 config AM43XX
95         bool "AM43XX SoC"
96         select SPECIFY_CONSOLE_INDEX
97         imply NAND_OMAP_ELM
98         imply NAND_OMAP_GPMC
99         imply SPL_DM
100         imply SPL_DM_SEQ_ALIAS
101         imply SPL_NAND_AM33XX_BCH
102         imply SPL_NAND_SUPPORT
103         imply SPL_OF_CONTROL
104         imply SPL_OF_TRANSLATE
105         imply SPL_SEPARATE_BSS
106         imply SPL_SYS_MALLOC_SIMPLE
107         imply SYS_I2C_OMAP24XX
108         imply SYS_THUMB_BUILD
109         help
110           Support for AM43xx SOC from Texas Instruments.
111           The AM43xx high performance SOC features a Cortex-A9
112           ARM core, a quad core PRU-ICSS for industrial Ethernet
113           protocols, dual camera support, optional 3D graphics
114           and an optional customer programmable secure boot.
115
116 config AM33XX
117         bool "AM33XX SoC"
118         select SPECIFY_CONSOLE_INDEX
119         imply NAND_OMAP_ELM
120         imply NAND_OMAP_GPMC
121         imply SPL_NAND_AM33XX_BCH
122         imply SPL_NAND_SUPPORT
123         imply SYS_I2C_OMAP24XX
124         imply SYS_THUMB_BUILD
125         imply USE_TINY_PRINTF
126         help
127           Support for AM335x SOC from Texas Instruments.
128           The AM335x high performance SOC features a Cortex-A8
129           ARM core, a dual core PRU-ICSS for industrial Ethernet
130           protocols, optional 3D graphics and an optional customer
131           programmable secure boot.
132
133 endchoice
134
135 config SYS_MPUCLK
136         int "MPU CLK speed"
137         default 500
138         help
139           Defines the MPU clock speed (in MHz).
140
141 config TI_SECURE_EMIF_REGION_START
142         hex "Reserved EMIF region start address"
143         depends on TI_SECURE_DEVICE
144         default 0x0
145         help
146           Reserved EMIF region start address. Set to "0" to auto-select
147           to be at the end of the external memory region.
148
149 config TI_SECURE_EMIF_TOTAL_REGION_SIZE
150         hex "Reserved EMIF region size"
151         depends on TI_SECURE_DEVICE
152         default 0x0
153         help
154           Total reserved EMIF region size. Default is 0, which means no reserved EMIF
155           region on secure devices.
156
157 config TI_SECURE_EMIF_PROTECTED_REGION_SIZE
158         hex "Size of protected region within reserved EMIF region"
159         depends on TI_SECURE_DEVICE
160         default 0x0
161         help
162           This config option is used to specify the size of the portion of the total
163           reserved EMIF region set aside for secure OS needs that will  be protected
164           using hardware memory firewalls. This value must be smaller than the
165           TI_SECURE_EMIF_TOTAL_REGION_SIZE value.
166
167 source "arch/arm/mach-omap2/omap3/Kconfig"
168
169 source "arch/arm/mach-omap2/omap4/Kconfig"
170
171 source "arch/arm/mach-omap2/omap5/Kconfig"
172
173 source "arch/arm/mach-omap2/am33xx/Kconfig"
174
175 source "board/BuR/brxre1/Kconfig"
176 source "board/BuR/brppt1/Kconfig"
177 source "board/siemens/draco/Kconfig"
178 source "board/siemens/pxm2/Kconfig"
179 source "board/siemens/rut/Kconfig"
180 source "board/ti/ti814x/Kconfig"
181 source "board/ti/ti816x/Kconfig"
182 source "board/ti/am43xx/Kconfig"
183 source "board/ti/am335x/Kconfig"
184 source "board/compulab/cm_t335/Kconfig"
185 source "board/compulab/cm_t43/Kconfig"
186
187 config SPL_LDSCRIPT
188         default "arch/arm/mach-omap2/u-boot-spl.lds"
189
190 endif