Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 1 | config ARCH_SHMOBILE |
2 | bool | ||||
Simon Horman | 9b5ba0d | 2015-11-10 09:06:41 +0900 | [diff] [blame] | 3 | |
4 | config ARCH_SHMOBILE_MULTI | ||||
5 | bool | ||||
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 6 | |
Magnus Damm | abebbc4 | 2014-08-25 12:04:01 +0900 | [diff] [blame] | 7 | config PM_RMOBILE |
8 | bool | ||||
Geert Uytterhoeven | 71d076c | 2016-02-16 16:31:49 +0100 | [diff] [blame] | 9 | select PM |
Geert Uytterhoeven | 2173fc7 | 2014-12-03 14:41:45 +0100 | [diff] [blame] | 10 | select PM_GENERIC_DOMAINS |
Magnus Damm | abebbc4 | 2014-08-25 12:04:01 +0900 | [diff] [blame] | 11 | |
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 12 | config ARCH_RCAR_GEN1 |
13 | bool | ||||
Geert Uytterhoeven | be32bcb | 2016-04-20 14:02:36 +0200 | [diff] [blame] | 14 | select PM |
15 | select PM_GENERIC_DOMAINS | ||||
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 16 | select RENESAS_INTC_IRQPIN |
17 | select SYS_SUPPORTS_SH_TMU | ||||
18 | |||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 19 | config ARCH_RCAR_GEN2 |
20 | bool | ||||
Geert Uytterhoeven | be32bcb | 2016-04-20 14:02:36 +0200 | [diff] [blame] | 21 | select PM |
22 | select PM_GENERIC_DOMAINS | ||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 23 | select RENESAS_IRQC |
24 | select SYS_SUPPORTS_SH_CMT | ||||
Phil Edworthy | 950a3f0 | 2014-11-04 17:38:28 +0000 | [diff] [blame] | 25 | select PCI_DOMAINS if PCI |
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 26 | |
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 27 | config ARCH_RMOBILE |
28 | bool | ||||
Geert Uytterhoeven | 71d076c | 2016-02-16 16:31:49 +0100 | [diff] [blame] | 29 | select PM_RMOBILE |
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 30 | select SYS_SUPPORTS_SH_CMT |
31 | select SYS_SUPPORTS_SH_TMU | ||||
32 | |||||
Simon Horman | 9b5ba0d | 2015-11-10 09:06:41 +0900 | [diff] [blame] | 33 | menuconfig ARCH_RENESAS |
Masahiro Yamada | e324654 | 2015-11-16 12:06:10 +0900 | [diff] [blame] | 34 | bool "Renesas ARM SoCs" |
35 | depends on ARCH_MULTI_V7 && MMU | ||||
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 36 | select ARCH_SHMOBILE |
Simon Horman | 9b5ba0d | 2015-11-10 09:06:41 +0900 | [diff] [blame] | 37 | select ARCH_SHMOBILE_MULTI |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 38 | select HAVE_ARM_SCU if SMP |
Rob Herring | 8b7dfa7 | 2014-02-01 16:35:44 -0600 | [diff] [blame] | 39 | select HAVE_ARM_TWD if SMP |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 40 | select ARM_GIC |
Magnus Damm | 4a51856 | 2014-02-05 14:36:28 +0900 | [diff] [blame] | 41 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 42 | select NO_IOPORT_MAP |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 43 | select PINCTRL |
44 | select ARCH_REQUIRE_GPIOLIB | ||||
Simon Horman | 9b5ba0d | 2015-11-10 09:06:41 +0900 | [diff] [blame] | 45 | select ZONE_DMA if ARM_LPAE |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 46 | |
Simon Horman | 9b5ba0d | 2015-11-10 09:06:41 +0900 | [diff] [blame] | 47 | if ARCH_RENESAS |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 48 | |
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 49 | #comment "Renesas ARM SoCs System Type" |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 50 | |
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 51 | config ARCH_EMEV2 |
52 | bool "Emma Mobile EV2" | ||||
Magnus Damm | aeb8fb7 | 2014-02-20 12:54:46 +0100 | [diff] [blame] | 53 | select SYS_SUPPORTS_EM_STI |
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 54 | |
Magnus Damm | 7d91c46 | 2013-11-07 08:31:25 +0900 | [diff] [blame] | 55 | config ARCH_R7S72100 |
56 | bool "RZ/A1H (R7S72100)" | ||||
Geert Uytterhoeven | 71d076c | 2016-02-16 16:31:49 +0100 | [diff] [blame] | 57 | select PM |
58 | select PM_GENERIC_DOMAINS | ||||
Magnus Damm | aeb8fb7 | 2014-02-20 12:54:46 +0100 | [diff] [blame] | 59 | select SYS_SUPPORTS_SH_MTU2 |
Magnus Damm | 7d91c46 | 2013-11-07 08:31:25 +0900 | [diff] [blame] | 60 | |
Ulrich Hecht | 3969588 | 2014-12-17 17:18:17 +0100 | [diff] [blame] | 61 | config ARCH_R8A73A4 |
62 | bool "R-Mobile APE6 (R8A73A40)" | ||||
63 | select ARCH_RMOBILE | ||||
64 | select RENESAS_IRQC | ||||
65 | |||||
Magnus Damm | c41215b | 2014-08-25 12:36:53 +0900 | [diff] [blame] | 66 | config ARCH_R8A7740 |
67 | bool "R-Mobile A1 (R8A77400)" | ||||
68 | select ARCH_RMOBILE | ||||
69 | select RENESAS_INTC_IRQPIN | ||||
70 | |||||
Ulrich Hecht | 3915d36f | 2015-02-26 17:42:13 +0100 | [diff] [blame] | 71 | config ARCH_R8A7778 |
72 | bool "R-Car M1A (R8A77781)" | ||||
73 | select ARCH_RCAR_GEN1 | ||||
74 | |||||
Simon Horman | 5016c81 | 2014-05-15 20:32:05 +0900 | [diff] [blame] | 75 | config ARCH_R8A7779 |
76 | bool "R-Car H1 (R8A77790)" | ||||
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 77 | select ARCH_RCAR_GEN1 |
Simon Horman | 5016c81 | 2014-05-15 20:32:05 +0900 | [diff] [blame] | 78 | |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 79 | config ARCH_R8A7790 |
80 | bool "R-Car H2 (R8A77900)" | ||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 81 | select ARCH_RCAR_GEN2 |
Geert Uytterhoeven | 663fbb5 | 2015-03-09 20:50:40 +0100 | [diff] [blame] | 82 | select I2C |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 83 | |
Magnus Damm | 6d75bc6 | 2013-11-06 19:40:01 +0900 | [diff] [blame] | 84 | config ARCH_R8A7791 |
Geert Uytterhoeven | 13298fb | 2014-08-28 10:28:09 +0200 | [diff] [blame] | 85 | bool "R-Car M2-W (R8A77910)" |
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 86 | select ARCH_RCAR_GEN2 |
Geert Uytterhoeven | 663fbb5 | 2015-03-09 20:50:40 +0100 | [diff] [blame] | 87 | select I2C |
Magnus Damm | 6d75bc6 | 2013-11-06 19:40:01 +0900 | [diff] [blame] | 88 | |
Sergei Shtylyov | a57ac4c | 2016-06-13 00:01:49 +0300 | [diff] [blame^] | 89 | config ARCH_R8A7792 |
90 | bool "R-Car V2H (R8A77920)" | ||||
91 | select ARCH_RCAR_GEN2 | ||||
92 | |||||
Ulrich Hecht | ec60d95 | 2015-06-01 16:22:54 +0200 | [diff] [blame] | 93 | config ARCH_R8A7793 |
94 | bool "R-Car M2-N (R8A7793)" | ||||
95 | select ARCH_RCAR_GEN2 | ||||
Ulrich Hecht | 765b500 | 2015-06-01 16:22:57 +0200 | [diff] [blame] | 96 | select I2C |
Ulrich Hecht | ec60d95 | 2015-06-01 16:22:54 +0200 | [diff] [blame] | 97 | |
Ulrich Hecht | 5923abb2 | 2014-09-04 16:02:28 +0200 | [diff] [blame] | 98 | config ARCH_R8A7794 |
99 | bool "R-Car E2 (R8A77940)" | ||||
100 | select ARCH_RCAR_GEN2 | ||||
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 101 | |
Magnus Damm | 8e8bfff | 2015-01-09 14:08:50 +0100 | [diff] [blame] | 102 | config ARCH_SH73A0 |
103 | bool "SH-Mobile AG5 (R8A73A00)" | ||||
104 | select ARCH_RMOBILE | ||||
105 | select RENESAS_INTC_IRQPIN | ||||
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 106 | endif |