Kconfig (15f99cbd071aa402e113d342448603344a337046) Kconfig (b6397435ec676271bd7fa1de9e62633718a754c1)
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_ALPHA_BOARD
7 bool
8

--- 119 unchanged lines hidden (view full) ---

128 select SYS_SUPPORTS_PCI
129 select IO_TRAPPED if MMU
130 help
131 Select RTS7751R2D if configuring for a Renesas Technology
132 Sales SH-Graphics board.
133
134config SH_RSK
135 bool "Renesas Starter Kit"
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_ALPHA_BOARD
7 bool
8

--- 119 unchanged lines hidden (view full) ---

128 select SYS_SUPPORTS_PCI
129 select IO_TRAPPED if MMU
130 help
131 Select RTS7751R2D if configuring for a Renesas Technology
132 Sales SH-Graphics board.
133
134config SH_RSK
135 bool "Renesas Starter Kit"
136 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7264
136 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203 || \
137 CPU_SUBTYPE_SH7264 || CPU_SUBTYPE_SH7269
137 help
138 Select this option if configuring for any of the RSK+ MCU
139 evaluation platforms.
140
141config SH_SDK7780
142 bool "SDK7780R3"
143 depends on CPU_SUBTYPE_SH7780
144 select SYS_SUPPORTS_PCI

--- 188 unchanged lines hidden (view full) ---

333config SH_APSH4AD0A
334 bool "AP-SH4AD-0A"
335 select SH_ALPHA_BOARD
336 select SYS_SUPPORTS_PCI
337 depends on CPU_SUBTYPE_SH7786
338 help
339 Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
340
138 help
139 Select this option if configuring for any of the RSK+ MCU
140 evaluation platforms.
141
142config SH_SDK7780
143 bool "SDK7780R3"
144 depends on CPU_SUBTYPE_SH7780
145 select SYS_SUPPORTS_PCI

--- 188 unchanged lines hidden (view full) ---

334config SH_APSH4AD0A
335 bool "AP-SH4AD-0A"
336 select SH_ALPHA_BOARD
337 select SYS_SUPPORTS_PCI
338 depends on CPU_SUBTYPE_SH7786
339 help
340 Select AP-SH4AD-0A if configuring for an ALPHAPROJECT AP-SH4AD-0A.
341
342endmenu
343
341source "arch/sh/boards/mach-r2d/Kconfig"
342source "arch/sh/boards/mach-highlander/Kconfig"
343source "arch/sh/boards/mach-sdk7780/Kconfig"
344source "arch/sh/boards/mach-migor/Kconfig"
345source "arch/sh/boards/mach-rsk/Kconfig"
346
347if SH_MAGIC_PANEL_R2
348
349menu "Magic Panel R2 options"
350
351config SH_MAGIC_PANEL_R2_VERSION
352 int SH_MAGIC_PANEL_R2_VERSION
353 default "3"
354 help
355 Set the version of the Magic Panel R2
356
357endmenu
358
359endif
344source "arch/sh/boards/mach-r2d/Kconfig"
345source "arch/sh/boards/mach-highlander/Kconfig"
346source "arch/sh/boards/mach-sdk7780/Kconfig"
347source "arch/sh/boards/mach-migor/Kconfig"
348source "arch/sh/boards/mach-rsk/Kconfig"
349
350if SH_MAGIC_PANEL_R2
351
352menu "Magic Panel R2 options"
353
354config SH_MAGIC_PANEL_R2_VERSION
355 int SH_MAGIC_PANEL_R2_VERSION
356 default "3"
357 help
358 Set the version of the Magic Panel R2
359
360endmenu
361
362endif
360
361endmenu