Kconfig (8e8bffffdaf6b75fb1380bfbb80481d3073086c5) | Kconfig (7a91cc14f3ff6c70855d25fe7b7c0592ab023050) |
---|---|
1config ARCH_SHMOBILE 2 bool 3 select ZONE_DMA if ARM_LPAE 4 5config PM_RCAR 6 bool 7 8config PM_RMOBILE --- 200 unchanged lines hidden (view full) --- 209config MACH_KZM9G 210 bool "KZM-A9-GT board" 211 depends on ARCH_SH73A0 212 select ARCH_REQUIRE_GPIOLIB 213 select REGULATOR_FIXED_VOLTAGE if REGULATOR 214 select SND_SOC_AK4642 if SND_SIMPLE_CARD 215 select USE_OF 216 | 1config ARCH_SHMOBILE 2 bool 3 select ZONE_DMA if ARM_LPAE 4 5config PM_RCAR 6 bool 7 8config PM_RMOBILE --- 200 unchanged lines hidden (view full) --- 209config MACH_KZM9G 210 bool "KZM-A9-GT board" 211 depends on ARCH_SH73A0 212 select ARCH_REQUIRE_GPIOLIB 213 select REGULATOR_FIXED_VOLTAGE if REGULATOR 214 select SND_SOC_AK4642 if SND_SIMPLE_CARD 215 select USE_OF 216 |
217config MACH_KZM9G_REFERENCE 218 bool "KZM-A9-GT board - Reference Device Tree Implementation" 219 depends on ARCH_SH73A0 220 select ARCH_REQUIRE_GPIOLIB 221 select REGULATOR_FIXED_VOLTAGE if REGULATOR 222 select SND_SOC_AK4642 if SND_SIMPLE_CARD 223 select USE_OF 224 ---help--- 225 Use reference implementation of KZM-A9-GT board support 226 which makes as greater use of device tree at the expense 227 of not supporting a number of devices. 228 229 This is intended to aid developers 230 | |
231comment "Renesas ARM SoCs System Configuration" 232 233config CPU_HAS_INTEVT 234 bool 235 default y 236 237config SH_CLK_CPG 238 bool --- 24 unchanged lines hidden --- | 217comment "Renesas ARM SoCs System Configuration" 218 219config CPU_HAS_INTEVT 220 bool 221 default y 222 223config SH_CLK_CPG 224 bool --- 24 unchanged lines hidden --- |