Kconfig (b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee) Kconfig (69f366615e950cb0d5af89da228796af5208ad8f)
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

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

78 select REGULATOR_FIXED_VOLTAGE if REGULATOR
79 select SH_LCD_MIPI_DSI
80
81config MACH_APE6EVM
82 bool "APE6EVM board"
83 depends on ARCH_R8A73A4
84 select USE_OF
85
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

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

78 select REGULATOR_FIXED_VOLTAGE if REGULATOR
79 select SH_LCD_MIPI_DSI
80
81config MACH_APE6EVM
82 bool "APE6EVM board"
83 depends on ARCH_R8A73A4
84 select USE_OF
85
86config MACH_APE6EVM_REFERENCE
87 bool "APE6EVM board - Reference Device Tree Implementation"
88 depends on ARCH_R8A73A4
89 select USE_OF
90 ---help---
91 Use reference implementation of APE6EVM board support
92 which makes a greater use of device tree at the expense
93 of not supporting a number of devices.
94
95 This is intended to aid developers
96
86config MACH_MACKEREL
87 bool "mackerel board"
88 depends on ARCH_SH7372
89 select ARCH_REQUIRE_GPIOLIB
90 select REGULATOR_FIXED_VOLTAGE if REGULATOR
91 select SND_SOC_AK4642 if SND_SIMPLE_CARD
92 select USE_OF
93

--- 147 unchanged lines hidden ---
97config MACH_MACKEREL
98 bool "mackerel board"
99 depends on ARCH_SH7372
100 select ARCH_REQUIRE_GPIOLIB
101 select REGULATOR_FIXED_VOLTAGE if REGULATOR
102 select SND_SOC_AK4642 if SND_SIMPLE_CARD
103 select USE_OF
104

--- 147 unchanged lines hidden ---