File tree Expand file tree Collapse file tree 5 files changed +6
-116
lines changed Expand file tree Collapse file tree 5 files changed +6
-116
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,6 @@ config MAX_IRQ_LINES
48
48
to program to the PIC the association between vectors and
49
49
interrupts.
50
50
51
- if !HAS_DTS
52
- config PHYS_LOAD_ADDR
53
- hex "Physical load address"
54
- # Default value must be supplied by platform
55
- help
56
- This option specifies the physical address where the kernel is loaded.
57
- endif
58
-
59
- if !HAS_DTS
60
- config PHYS_RAM_ADDR
61
- hex "Physical RAM address"
62
- # Default value must be supplied by platform
63
- help
64
- This option specifies the physical RAM address of the selected SoC.
65
- endif
66
-
67
51
config RAM_SIZE
68
52
int "Amount of RAM given to the kernel (in kB)"
69
53
help
Original file line number Diff line number Diff line change @@ -11,14 +11,6 @@ if SOC_ATOM
11
11
config SOC
12
12
default atom
13
13
14
- if !HAS_DTS
15
- config PHYS_LOAD_ADDR
16
- default 0x00100000
17
-
18
- config PHYS_RAM_ADDR
19
- default 0x00400000
20
- endif
21
-
22
14
config RAM_SIZE
23
15
default 128 if XIP
24
16
default 256
@@ -43,16 +35,9 @@ config UART_NS16550_PORT_0
43
35
44
36
if UART_NS16550_PORT_0
45
37
46
- if !HAS_DTS
47
- config UART_NS16550_PORT_0_NAME
48
- default "UART_0"
49
- endif
50
38
config UART_NS16550_PORT_0_IRQ_PRI
51
39
default 3
52
- if !HAS_DTS
53
- config UART_NS16550_PORT_0_BAUD_RATE
54
- default 115200
55
- endif
40
+
56
41
config UART_NS16550_PORT_0_OPTIONS
57
42
default 0
58
43
@@ -63,16 +48,9 @@ config UART_NS16550_PORT_1
63
48
64
49
if UART_NS16550_PORT_1
65
50
66
- if !HAS_DTS
67
- config UART_NS16550_PORT_1_NAME
68
- default "UART_1"
69
- endif
70
51
config UART_NS16550_PORT_1_IRQ_PRI
71
52
default 3
72
- if !HAS_DTS
73
- config UART_NS16550_PORT_1_BAUD_RATE
74
- default 115200
75
- endif
53
+
76
54
config UART_NS16550_PORT_1_OPTIONS
77
55
default 0
78
56
@@ -82,12 +60,6 @@ endif # UART_NS16550
82
60
83
61
if BT_UART
84
62
85
- if !HAS_DTS
86
- config BT_UART_ON_DEV_NAME
87
- default "UART_1"
88
-
89
- endif
90
-
91
63
if UART_PIPE
92
64
93
65
config UART_PIPE_ON_DEV_NAME
Original file line number Diff line number Diff line change @@ -19,12 +19,6 @@ config TOOLCHAIN_VARIANT
19
19
config SYS_CLOCK_HW_CYCLES_PER_SEC
20
20
default 32000000
21
21
22
- if !HAS_DTS
23
- config PHYS_LOAD_ADDR
24
- default 0x00180000 if XIP
25
- default 0x00280000 if !XIP
26
- endif
27
-
28
22
config RAM_SIZE
29
23
default 8
30
24
@@ -43,13 +37,6 @@ config LOAPIC_TIMER_IRQ
43
37
config LOAPIC_TIMER_IRQ_PRIORITY
44
38
default 2
45
39
46
- if !HAS_DTS
47
- config PHYS_RAM_ADDR
48
- default 0x00280000
49
- help
50
- This option specifies the physical SRAM address of this Soc.
51
- endif
52
-
53
40
config QMSI
54
41
def_bool y
55
42
Original file line number Diff line number Diff line change @@ -19,16 +19,6 @@ config TOOLCHAIN_VARIANT
19
19
default "iamcu" if X86_IAMCU
20
20
default "" if !X86_IAMCU
21
21
22
- if !HAS_DTS
23
- config PHYS_RAM_ADDR
24
- default 0xA8006400
25
- endif
26
-
27
- if !HAS_DTS
28
- config PHYS_LOAD_ADDR
29
- default 0x40030000 if XIP
30
- endif
31
-
32
22
config RAM_SIZE
33
23
default 52
34
24
@@ -201,19 +191,9 @@ endif # RTC
201
191
202
192
if BT_H4
203
193
204
- if !HAS_DTS
205
- config BT_UART_ON_DEV_NAME
206
- default UART_QMSI_0_NAME
207
- endif
208
-
209
194
config UART_QMSI_0
210
195
def_bool y
211
196
212
- if !HAS_DTS
213
- config UART_QMSI_0_BAUDRATE
214
- default 1000000
215
- endif
216
-
217
197
config UART_QMSI_0_HW_FC
218
198
def_bool y
219
199
@@ -240,14 +220,6 @@ endif # UART_QMSI_1
240
220
241
221
endif # UART_QMSI
242
222
243
- if UART_CONSOLE && !HAS_DTS
244
-
245
- config UART_CONSOLE_ON_DEV_NAME
246
- default "UART_1" if USB_UART_CONSOLE = n
247
- default "CDC_ACM" if USB_UART_CONSOLE
248
-
249
- endif
250
-
251
223
if SOC_FLASH_QMSI
252
224
config SOC_FLASH_QMSI_SYS_SIZE
253
225
default 0x60000
Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ if SOC_SERIES_QUARK_X1000
12
12
config SOC_SERIES
13
13
default quark_x1000
14
14
15
- if !HAS_DTS
16
- config PHYS_LOAD_ADDR
17
- default 0x00100000
18
-
19
- config PHYS_RAM_ADDR
20
- default 0x00400000
21
- endif
22
-
23
15
config RAM_SIZE
24
16
default 32768
25
17
@@ -202,18 +194,12 @@ config UART_NS16550_PORT_0
202
194
203
195
if UART_NS16550_PORT_0
204
196
205
- if !HAS_DTS
206
- config UART_NS16550_PORT_0_NAME
207
- default "UART_0"
208
- endif
209
197
config UART_NS16550_PORT_0_IRQ_PRI
210
198
default 0
211
- if !HAS_DTS
212
- config UART_NS16550_PORT_0_BAUD_RATE
213
- default 115200
214
- endif
199
+
215
200
config UART_NS16550_PORT_0_OPTIONS
216
201
default 0
202
+
217
203
config UART_NS16550_PORT_0_PCI
218
204
def_bool y if UART_NS16550_PCI
219
205
@@ -224,18 +210,12 @@ config UART_NS16550_PORT_1
224
210
225
211
if UART_NS16550_PORT_1
226
212
227
- if !HAS_DTS
228
- config UART_NS16550_PORT_1_NAME
229
- default "UART_1"
230
- endif
231
213
config UART_NS16550_PORT_1_IRQ_PRI
232
214
default 3
233
- if !HAS_DTS
234
- config UART_NS16550_PORT_1_BAUD_RATE
235
- default 115200
236
- endif
215
+
237
216
config UART_NS16550_PORT_1_OPTIONS
238
217
default 0
218
+
239
219
config UART_NS16550_PORT_1_PCI
240
220
def_bool y if UART_NS16550_PCI
241
221
@@ -270,11 +250,6 @@ config PINMUX_INIT_PRIORITY
270
250
271
251
if UART_CONSOLE
272
252
273
- if !HAS_DTS
274
- config UART_CONSOLE_ON_DEV_NAME
275
- default "UART_1"
276
- endif
277
-
278
253
endif
279
254
280
255
if BT_UART
You can’t perform that action at this time.
0 commit comments