Kconfig (8e56e6d5bfad8d07befe1026e49ff0046ef0b147) | Kconfig (73d6a69e3b3ae168fcb8d797e427c1b5fe132a40) |
---|---|
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 9 select CPU_V7 10 select SH_CLK_CPG 11 12config ARCH_SH73A0 13 bool "SH-Mobile AG5 (R8A73A00)" 14 select ARCH_WANT_OPTIONAL_GPIOLIB 15 select ARM_GIC 16 select CPU_V7 17 select I2C 18 select SH_CLK_CPG | 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 9 select CPU_V7 10 select SH_CLK_CPG 11 12config ARCH_SH73A0 13 bool "SH-Mobile AG5 (R8A73A00)" 14 select ARCH_WANT_OPTIONAL_GPIOLIB 15 select ARM_GIC 16 select CPU_V7 17 select I2C 18 select SH_CLK_CPG |
19 select RENESAS_INTC_IRQPIN | |
20 21config ARCH_R8A7740 22 bool "R-Mobile A1 (R8A77400)" 23 select ARCH_WANT_OPTIONAL_GPIOLIB 24 select CPU_V7 25 select SH_CLK_CPG 26 27config ARCH_R8A7779 28 bool "R-Car H1 (R8A77790)" 29 select ARCH_WANT_OPTIONAL_GPIOLIB 30 select ARM_GIC 31 select CPU_V7 32 select SH_CLK_CPG 33 select USB_ARCH_HAS_EHCI 34 select USB_ARCH_HAS_OHCI | 19 20config ARCH_R8A7740 21 bool "R-Mobile A1 (R8A77400)" 22 select ARCH_WANT_OPTIONAL_GPIOLIB 23 select CPU_V7 24 select SH_CLK_CPG 25 26config ARCH_R8A7779 27 bool "R-Car H1 (R8A77790)" 28 select ARCH_WANT_OPTIONAL_GPIOLIB 29 select ARM_GIC 30 select CPU_V7 31 select SH_CLK_CPG 32 select USB_ARCH_HAS_EHCI 33 select USB_ARCH_HAS_OHCI |
35 select RENESAS_INTC_IRQPIN | |
36 37config ARCH_EMEV2 38 bool "Emma Mobile EV2" 39 select ARCH_WANT_OPTIONAL_GPIOLIB 40 select ARM_GIC 41 select CPU_V7 42 43comment "SH-Mobile Board Type" --- 55 unchanged lines hidden (view full) --- 99 select USE_OF 100 101config MACH_MARZEN 102 bool "MARZEN board" 103 depends on ARCH_R8A7779 104 select ARCH_REQUIRE_GPIOLIB 105 select REGULATOR_FIXED_VOLTAGE if REGULATOR 106 | 34 35config ARCH_EMEV2 36 bool "Emma Mobile EV2" 37 select ARCH_WANT_OPTIONAL_GPIOLIB 38 select ARM_GIC 39 select CPU_V7 40 41comment "SH-Mobile Board Type" --- 55 unchanged lines hidden (view full) --- 97 select USE_OF 98 99config MACH_MARZEN 100 bool "MARZEN board" 101 depends on ARCH_R8A7779 102 select ARCH_REQUIRE_GPIOLIB 103 select REGULATOR_FIXED_VOLTAGE if REGULATOR 104 |
105config MACH_MARZEN_REFERENCE 106 bool "MARZEN board - Reference Device Tree Implementation" 107 depends on ARCH_R8A7779 108 select ARCH_REQUIRE_GPIOLIB 109 select REGULATOR_FIXED_VOLTAGE if REGULATOR 110 select USE_OF 111 ---help--- 112 Use reference implementation of Marzen board support 113 which makes use of device tree at the expense 114 of not supporting a number of devices. 115 116 This is intended to aid developers 117 |
|
107config MACH_KZM9D 108 bool "KZM9D board" 109 depends on ARCH_EMEV2 110 select REGULATOR_FIXED_VOLTAGE if REGULATOR 111 select USE_OF 112 113config MACH_KZM9G 114 bool "KZM-A9-GT board" --- 80 unchanged lines hidden --- | 118config MACH_KZM9D 119 bool "KZM9D board" 120 depends on ARCH_EMEV2 121 select REGULATOR_FIXED_VOLTAGE if REGULATOR 122 select USE_OF 123 124config MACH_KZM9G 125 bool "KZM-A9-GT board" --- 80 unchanged lines hidden --- |