Kconfig (73d6a69e3b3ae168fcb8d797e427c1b5fe132a40) Kconfig (b8b82b2983e5b7bccca3a037c886e2aad86aaeea)
1if ARCH_SHMOBILE
2
3comment "SH-Mobile System Type"
4
5config ARCH_SH7372
6 bool "SH-Mobile AP4 (SH7372)"
7 select ARCH_WANT_OPTIONAL_GPIOLIB
8 select ARM_CPU_SUSPEND if PM || CPU_IDLE

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

124config MACH_KZM9G
125 bool "KZM-A9-GT board"
126 depends on ARCH_SH73A0
127 select ARCH_REQUIRE_GPIOLIB
128 select REGULATOR_FIXED_VOLTAGE if REGULATOR
129 select SND_SOC_AK4642 if SND_SIMPLE_CARD
130 select USE_OF
131
1if ARCH_SHMOBILE
2
3comment "SH-Mobile System Type"
4
5config ARCH_SH7372
6 bool "SH-Mobile AP4 (SH7372)"
7 select ARCH_WANT_OPTIONAL_GPIOLIB
8 select ARM_CPU_SUSPEND if PM || CPU_IDLE

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

124config MACH_KZM9G
125 bool "KZM-A9-GT board"
126 depends on ARCH_SH73A0
127 select ARCH_REQUIRE_GPIOLIB
128 select REGULATOR_FIXED_VOLTAGE if REGULATOR
129 select SND_SOC_AK4642 if SND_SIMPLE_CARD
130 select USE_OF
131
132config MACH_KZM9G_REFERENCE
133 bool "KZM-A9-GT board - Reference Device Tree Implementation"
134 depends on MACH_KZM9G
135 ---help---
136 Use reference implementation of KZM-A9-GT board support
137 which makes as greater use of device tree at the expense
138 of not supporting a number of devices.
139
140 This is intended to aid developers
141
132comment "SH-Mobile System Configuration"
133
134config CPU_HAS_INTEVT
135 bool
136 default y
137
138menu "Memory configuration"
139

--- 66 unchanged lines hidden ---
142comment "SH-Mobile System Configuration"
143
144config CPU_HAS_INTEVT
145 bool
146 default y
147
148menu "Memory configuration"
149

--- 66 unchanged lines hidden ---