Kconfig (8ecee4620e76aae418bfa0e8cc830e92cb559bbb) Kconfig (e6be3a25861429166f945499c7ee616875bc3db9)
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_SOLUTION_ENGINE
7 bool "SolutionEngine"
8 select SOLUTION_ENGINE

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

116 Select SecureEdge5410 if configuring for a SnapGear SH board.
117 This includes both the OEM SecureEdge products as well as the
118 SME product line.
119
120config SH_RTS7751R2D
121 bool "RTS7751R2D"
122 depends on CPU_SUBTYPE_SH7751R
123 select SYS_SUPPORTS_PCI
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_SOLUTION_ENGINE
7 bool "SolutionEngine"
8 select SOLUTION_ENGINE

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

116 Select SecureEdge5410 if configuring for a SnapGear SH board.
117 This includes both the OEM SecureEdge products as well as the
118 SME product line.
119
120config SH_RTS7751R2D
121 bool "RTS7751R2D"
122 depends on CPU_SUBTYPE_SH7751R
123 select SYS_SUPPORTS_PCI
124 select IO_TRAPPED
124 select IO_TRAPPED if MMU
125 help
126 Select RTS7751R2D if configuring for a Renesas Technology
127 Sales SH-Graphics board.
128
129config SH_RSK
130 bool "Renesas Starter Kit"
131 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203
132 help

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

140 help
141 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
142 evaluation board.
143
144config SH_HIGHLANDER
145 bool "Highlander"
146 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
147 select SYS_SUPPORTS_PCI
125 help
126 Select RTS7751R2D if configuring for a Renesas Technology
127 Sales SH-Graphics board.
128
129config SH_RSK
130 bool "Renesas Starter Kit"
131 depends on CPU_SUBTYPE_SH7201 || CPU_SUBTYPE_SH7203
132 help

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

140 help
141 Select SDK7780 if configuring for a Renesas SH7780 SDK7780R3
142 evaluation board.
143
144config SH_HIGHLANDER
145 bool "Highlander"
146 depends on CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7785
147 select SYS_SUPPORTS_PCI
148 select IO_TRAPPED
148 select IO_TRAPPED if MMU
149
150config SH_SH7785LCR
151 bool "SH7785LCR"
152 depends on CPU_SUBTYPE_SH7785
153 select SYS_SUPPORTS_PCI
149
150config SH_SH7785LCR
151 bool "SH7785LCR"
152 depends on CPU_SUBTYPE_SH7785
153 select SYS_SUPPORTS_PCI
154 select IO_TRAPPED
154 select IO_TRAPPED if MMU
155
156config SH_SH7785LCR_29BIT_PHYSMAPS
157 bool "SH7785LCR 29bit physmaps"
158 depends on SH_SH7785LCR && 29BIT
159 default y
160 help
161 This board has 2 physical memory maps. It can be changed with
162 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,

--- 129 unchanged lines hidden ---
155
156config SH_SH7785LCR_29BIT_PHYSMAPS
157 bool "SH7785LCR 29bit physmaps"
158 depends on SH_SH7785LCR && 29BIT
159 default y
160 help
161 This board has 2 physical memory maps. It can be changed with
162 DIP switch(S2-5). If you set the DIP switch for S2-5 = ON,

--- 129 unchanged lines hidden ---