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

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

121 bool "RTS7751R2D"
122 depends on CPU_SUBTYPE_SH7751R
123 select SYS_SUPPORTS_PCI
124 select IO_TRAPPED
125 help
126 Select RTS7751R2D if configuring for a Renesas Technology
127 Sales SH-Graphics board.
128
1menu "Board support"
2
3config SOLUTION_ENGINE
4 bool
5
6config SH_SOLUTION_ENGINE
7 bool "SolutionEngine"
8 select SOLUTION_ENGINE

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

121 bool "RTS7751R2D"
122 depends on CPU_SUBTYPE_SH7751R
123 select SYS_SUPPORTS_PCI
124 select IO_TRAPPED
125 help
126 Select RTS7751R2D if configuring for a Renesas Technology
127 Sales SH-Graphics board.
128
129config SH_RSK7201
130 bool "RSK7201"
131 depends on CPU_SUBTYPE_SH7201
132
129config SH_RSK7203
130 bool "RSK7203"
131 select GENERIC_GPIO
132 depends on CPU_SUBTYPE_SH7203
133
134config SH_SDK7780
135 bool "SDK7780R3"
136 depends on CPU_SUBTYPE_SH7780

--- 133 unchanged lines hidden ---
133config SH_RSK7203
134 bool "RSK7203"
135 select GENERIC_GPIO
136 depends on CPU_SUBTYPE_SH7203
137
138config SH_SDK7780
139 bool "SDK7780R3"
140 depends on CPU_SUBTYPE_SH7780

--- 133 unchanged lines hidden ---