Kconfig 1.9 KB
Newer Older
1 2
config ARCH_SHMOBILE
	bool
3 4 5

config ARCH_SHMOBILE_MULTI
	bool
6

7 8
config PM_RCAR
	bool
9
	select PM_GENERIC_DOMAINS if PM
10

11 12
config PM_RMOBILE
	bool
13
	select PM_GENERIC_DOMAINS
14

15 16
config ARCH_RCAR_GEN1
	bool
17
	select PM_RCAR if PM || SMP
18 19 20
	select RENESAS_INTC_IRQPIN
	select SYS_SUPPORTS_SH_TMU

21 22
config ARCH_RCAR_GEN2
	bool
23
	select PM_RCAR if PM || SMP
24 25
	select RENESAS_IRQC
	select SYS_SUPPORTS_SH_CMT
26
	select PCI_DOMAINS if PCI
27

28 29
config ARCH_RMOBILE
	bool
30
	select PM_RMOBILE if PM
31 32 33
	select SYS_SUPPORTS_SH_CMT
	select SYS_SUPPORTS_SH_TMU

34
menuconfig ARCH_RENESAS
35 36
	bool "Renesas ARM SoCs"
	depends on ARCH_MULTI_V7 && MMU
37
	select ARCH_SHMOBILE
38
	select ARCH_SHMOBILE_MULTI
39
	select HAVE_ARM_SCU if SMP
40
	select HAVE_ARM_TWD if SMP
41
	select ARM_GIC
42
	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
43
	select NO_IOPORT_MAP
44 45
	select PINCTRL
	select ARCH_REQUIRE_GPIOLIB
46
	select ZONE_DMA if ARM_LPAE
47

48
if ARCH_RENESAS
49

50
#comment "Renesas ARM SoCs System Type"
51

52 53
config ARCH_EMEV2
	bool "Emma Mobile EV2"
54
	select SYS_SUPPORTS_EM_STI
55

56 57
config ARCH_R7S72100
	bool "RZ/A1H (R7S72100)"
58
	select PM_GENERIC_DOMAINS if PM
59
	select SYS_SUPPORTS_SH_MTU2
60

61 62 63 64 65
config ARCH_R8A73A4
	bool "R-Mobile APE6 (R8A73A40)"
	select ARCH_RMOBILE
	select RENESAS_IRQC

66 67 68 69 70
config ARCH_R8A7740
	bool "R-Mobile A1 (R8A77400)"
	select ARCH_RMOBILE
	select RENESAS_INTC_IRQPIN

71 72 73 74
config ARCH_R8A7778
	bool "R-Car M1A (R8A77781)"
	select ARCH_RCAR_GEN1

75 76
config ARCH_R8A7779
	bool "R-Car H1 (R8A77790)"
77
	select ARCH_RCAR_GEN1
78

79 80
config ARCH_R8A7790
	bool "R-Car H2 (R8A77900)"
81
	select ARCH_RCAR_GEN2
82
	select I2C
83

84
config ARCH_R8A7791
85
	bool "R-Car M2-W (R8A77910)"
86
	select ARCH_RCAR_GEN2
87
	select I2C
88

89 90 91
config ARCH_R8A7793
	bool "R-Car M2-N (R8A7793)"
	select ARCH_RCAR_GEN2
92
	select I2C
93

94 95 96
config ARCH_R8A7794
	bool "R-Car E2 (R8A77940)"
	select ARCH_RCAR_GEN2
97

98 99 100 101 102
config ARCH_SH73A0
	bool "SH-Mobile AG5 (R8A73A00)"
	select ARCH_RMOBILE
	select RENESAS_INTC_IRQPIN

103
comment "Renesas ARM SoCs System Configuration"
104
endif