Kconfig (6596e97e054647fecb016ecb7e1935aa2b7db954) Kconfig (5016c81bf92eb01741fc71ce7fb8380183a6f66a)
1config ARCH_SHMOBILE
2 bool
3
4config ARCH_SHMOBILE_MULTI
5 bool "Renesas ARM SoCs" if ARCH_MULTI_V7
6 depends on MMU
7 select ARCH_SHMOBILE
8 select HAVE_ARM_SCU if SMP
9 select HAVE_ARM_TWD if SMP
10 select ARM_GIC
11 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
12 select NO_IOPORT_MAP
13 select PINCTRL
14 select ARCH_REQUIRE_GPIOLIB
1config ARCH_SHMOBILE
2 bool
3
4config ARCH_SHMOBILE_MULTI
5 bool "Renesas ARM SoCs" if ARCH_MULTI_V7
6 depends on MMU
7 select ARCH_SHMOBILE
8 select HAVE_ARM_SCU if SMP
9 select HAVE_ARM_TWD if SMP
10 select ARM_GIC
11 select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
12 select NO_IOPORT_MAP
13 select PINCTRL
14 select ARCH_REQUIRE_GPIOLIB
15 select ARCH_HAS_CPUFREQ
16 select ARCH_HAS_OPP
17
18if ARCH_SHMOBILE_MULTI
19
20comment "Renesas ARM SoCs System Type"
21
22config ARCH_EMEV2
23 bool "Emma Mobile EV2"
24 select SYS_SUPPORTS_EM_STI
25
26config ARCH_R7S72100
27 bool "RZ/A1H (R7S72100)"
28 select SYS_SUPPORTS_SH_MTU2
29
15
16if ARCH_SHMOBILE_MULTI
17
18comment "Renesas ARM SoCs System Type"
19
20config ARCH_EMEV2
21 bool "Emma Mobile EV2"
22 select SYS_SUPPORTS_EM_STI
23
24config ARCH_R7S72100
25 bool "RZ/A1H (R7S72100)"
26 select SYS_SUPPORTS_SH_MTU2
27
28config ARCH_R8A7779
29 bool "R-Car H1 (R8A77790)"
30 select RENESAS_INTC_IRQPIN
31 select SYS_SUPPORTS_SH_TMU
32
30config ARCH_R8A7790
31 bool "R-Car H2 (R8A77900)"
32 select RENESAS_IRQC
33 select SYS_SUPPORTS_SH_CMT
34
35config ARCH_R8A7791
36 bool "R-Car M2 (R8A77910)"
37 select RENESAS_IRQC

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

48 depends on ARCH_R8A7791
49 select MICREL_PHY if SH_ETH
50
51config MACH_LAGER
52 bool "Lager board"
53 depends on ARCH_R8A7790
54 select MICREL_PHY if SH_ETH
55
33config ARCH_R8A7790
34 bool "R-Car H2 (R8A77900)"
35 select RENESAS_IRQC
36 select SYS_SUPPORTS_SH_CMT
37
38config ARCH_R8A7791
39 bool "R-Car M2 (R8A77910)"
40 select RENESAS_IRQC

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

51 depends on ARCH_R8A7791
52 select MICREL_PHY if SH_ETH
53
54config MACH_LAGER
55 bool "Lager board"
56 depends on ARCH_R8A7790
57 select MICREL_PHY if SH_ETH
58
59config MACH_MARZEN
60 bool "MARZEN board"
61 depends on ARCH_R8A7779
62 select REGULATOR_FIXED_VOLTAGE if REGULATOR
63
56comment "Renesas ARM SoCs System Configuration"
57endif
58
59if ARCH_SHMOBILE_LEGACY
60
61comment "Renesas ARM SoCs System Type"
62
63config ARCH_SH7372

--- 258 unchanged lines hidden ---
64comment "Renesas ARM SoCs System Configuration"
65endif
66
67if ARCH_SHMOBILE_LEGACY
68
69comment "Renesas ARM SoCs System Type"
70
71config ARCH_SH7372

--- 258 unchanged lines hidden ---