Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 1 | config ARCH_SHMOBILE |
2 | bool | ||||
Laurent Pinchart | 3794705 | 2014-10-23 17:38:31 +0300 | [diff] [blame^] | 3 | select ZONE_DMA if ARM_LPAE |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 4 | |
Magnus Damm | 1a950ca | 2014-08-25 12:03:52 +0900 | [diff] [blame] | 5 | config PM_RCAR |
6 | bool | ||||
7 | |||||
Magnus Damm | abebbc4 | 2014-08-25 12:04:01 +0900 | [diff] [blame] | 8 | config PM_RMOBILE |
9 | bool | ||||
10 | |||||
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 11 | config ARCH_RCAR_GEN1 |
12 | bool | ||||
Magnus Damm | 1a950ca | 2014-08-25 12:03:52 +0900 | [diff] [blame] | 13 | select PM_RCAR if PM || SMP |
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 14 | select RENESAS_INTC_IRQPIN |
15 | select SYS_SUPPORTS_SH_TMU | ||||
16 | |||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 17 | config ARCH_RCAR_GEN2 |
18 | bool | ||||
Magnus Damm | 1a950ca | 2014-08-25 12:03:52 +0900 | [diff] [blame] | 19 | select PM_RCAR if PM || SMP |
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 20 | select RENESAS_IRQC |
21 | select SYS_SUPPORTS_SH_CMT | ||||
22 | |||||
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 23 | config ARCH_RMOBILE |
24 | bool | ||||
Magnus Damm | 46bff9d | 2014-08-25 12:36:44 +0900 | [diff] [blame] | 25 | select PM_RMOBILE if PM && !ARCH_SHMOBILE_MULTI |
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 26 | select SYS_SUPPORTS_SH_CMT |
27 | select SYS_SUPPORTS_SH_TMU | ||||
28 | |||||
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 29 | menuconfig ARCH_SHMOBILE_MULTI |
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 30 | bool "Renesas ARM SoCs" if ARCH_MULTI_V7 |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 31 | depends on MMU |
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 32 | select ARCH_SHMOBILE |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 33 | select HAVE_ARM_SCU if SMP |
Rob Herring | 8b7dfa7 | 2014-02-01 16:35:44 -0600 | [diff] [blame] | 34 | select HAVE_ARM_TWD if SMP |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 35 | select ARM_GIC |
Magnus Damm | 4a51856 | 2014-02-05 14:36:28 +0900 | [diff] [blame] | 36 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
Uwe Kleine-König | ce816fa | 2014-04-07 15:39:19 -0700 | [diff] [blame] | 37 | select NO_IOPORT_MAP |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 38 | select PINCTRL |
39 | select ARCH_REQUIRE_GPIOLIB | ||||
Benoit Cousson | 6596e97 | 2014-06-05 12:49:44 +0900 | [diff] [blame] | 40 | select ARCH_HAS_OPP |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 41 | |
42 | if ARCH_SHMOBILE_MULTI | ||||
43 | |||||
Rob Herring | 21278ae | 2014-06-10 09:06:10 -0500 | [diff] [blame] | 44 | #comment "Renesas ARM SoCs System Type" |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 45 | |
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 46 | config ARCH_EMEV2 |
47 | bool "Emma Mobile EV2" | ||||
Magnus Damm | aeb8fb7 | 2014-02-20 12:54:46 +0100 | [diff] [blame] | 48 | select SYS_SUPPORTS_EM_STI |
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 49 | |
Magnus Damm | 7d91c46 | 2013-11-07 08:31:25 +0900 | [diff] [blame] | 50 | config ARCH_R7S72100 |
51 | bool "RZ/A1H (R7S72100)" | ||||
Magnus Damm | aeb8fb7 | 2014-02-20 12:54:46 +0100 | [diff] [blame] | 52 | select SYS_SUPPORTS_SH_MTU2 |
Magnus Damm | 7d91c46 | 2013-11-07 08:31:25 +0900 | [diff] [blame] | 53 | |
Magnus Damm | c41215b | 2014-08-25 12:36:53 +0900 | [diff] [blame] | 54 | config ARCH_R8A7740 |
55 | bool "R-Mobile A1 (R8A77400)" | ||||
56 | select ARCH_RMOBILE | ||||
57 | select RENESAS_INTC_IRQPIN | ||||
58 | |||||
Simon Horman | 5016c81 | 2014-05-15 20:32:05 +0900 | [diff] [blame] | 59 | config ARCH_R8A7779 |
60 | bool "R-Car H1 (R8A77790)" | ||||
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 61 | select ARCH_RCAR_GEN1 |
Simon Horman | 5016c81 | 2014-05-15 20:32:05 +0900 | [diff] [blame] | 62 | |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 63 | config ARCH_R8A7790 |
64 | bool "R-Car H2 (R8A77900)" | ||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 65 | select ARCH_RCAR_GEN2 |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 66 | |
Magnus Damm | 6d75bc6 | 2013-11-06 19:40:01 +0900 | [diff] [blame] | 67 | config ARCH_R8A7791 |
Geert Uytterhoeven | 13298fb | 2014-08-28 10:28:09 +0200 | [diff] [blame] | 68 | bool "R-Car M2-W (R8A77910)" |
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 69 | select ARCH_RCAR_GEN2 |
Magnus Damm | 6d75bc6 | 2013-11-06 19:40:01 +0900 | [diff] [blame] | 70 | |
Ulrich Hecht | 5923abb2 | 2014-09-04 16:02:28 +0200 | [diff] [blame] | 71 | config ARCH_R8A7794 |
72 | bool "R-Car E2 (R8A77940)" | ||||
73 | select ARCH_RCAR_GEN2 | ||||
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 74 | |
Magnus Damm | cbc60e7 | 2013-07-18 05:31:18 +0900 | [diff] [blame] | 75 | comment "Renesas ARM SoCs Board Type" |
Magnus Damm | 7d91c46 | 2013-11-07 08:31:25 +0900 | [diff] [blame] | 76 | |
Magnus Damm | 6d75bc6 | 2013-11-06 19:40:01 +0900 | [diff] [blame] | 77 | config MACH_KOELSCH |
78 | bool "Koelsch board" | ||||
79 | depends on ARCH_R8A7791 | ||||
Simon Horman | aefe88b | 2013-12-26 14:30:38 +0900 | [diff] [blame] | 80 | select MICREL_PHY if SH_ETH |
Magnus Damm | fd071b6 | 2013-07-18 05:31:27 +0900 | [diff] [blame] | 81 | |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 82 | config MACH_LAGER |
83 | bool "Lager board" | ||||
84 | depends on ARCH_R8A7790 | ||||
Sergei Shtylyov | a2a4759 | 2013-12-20 02:20:54 +0300 | [diff] [blame] | 85 | select MICREL_PHY if SH_ETH |
Laurent Pinchart | 0ef3cde | 2013-12-11 15:13:52 +0100 | [diff] [blame] | 86 | |
Simon Horman | 5016c81 | 2014-05-15 20:32:05 +0900 | [diff] [blame] | 87 | config MACH_MARZEN |
88 | bool "MARZEN board" | ||||
89 | depends on ARCH_R8A7779 | ||||
90 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||||
91 | |||||
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 92 | comment "Renesas ARM SoCs System Configuration" |
Magnus Damm | efacfce | 2013-07-18 05:31:09 +0900 | [diff] [blame] | 93 | endif |
94 | |||||
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 95 | if ARCH_SHMOBILE_LEGACY |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 96 | |
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 97 | comment "Renesas ARM SoCs System Type" |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 98 | |
Magnus Damm | 2b7eda6 | 2010-02-05 11:14:58 +0000 | [diff] [blame] | 99 | config ARCH_SH7372 |
100 | bool "SH-Mobile AP4 (SH7372)" | ||||
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 101 | select ARCH_RMOBILE |
Paul Mundt | 6d72ad3 | 2010-11-16 16:10:20 +0900 | [diff] [blame] | 102 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Magnus Damm | a1ee61b | 2012-07-11 22:54:05 +0200 | [diff] [blame] | 103 | select ARM_CPU_SUSPEND if PM || CPU_IDLE |
Geert Uytterhoeven | 049d280 | 2014-08-20 15:39:22 +0200 | [diff] [blame] | 104 | select SH_INTC |
Magnus Damm | 2b7eda6 | 2010-02-05 11:14:58 +0000 | [diff] [blame] | 105 | |
Magnus Damm | 6d9598e | 2010-11-17 10:59:31 +0000 | [diff] [blame] | 106 | config ARCH_SH73A0 |
107 | bool "SH-Mobile AG5 (R8A73A00)" | ||||
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 108 | select ARCH_RMOBILE |
Takashi YOSHII | 1cdf370 | 2010-11-19 16:47:16 +0900 | [diff] [blame] | 109 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Magnus Damm | 6d9598e | 2010-11-17 10:59:31 +0000 | [diff] [blame] | 110 | select ARM_GIC |
Guennadi Liakhovetski | 99f8bd8 | 2011-08-30 16:19:13 +0000 | [diff] [blame] | 111 | select I2C |
Geert Uytterhoeven | 049d280 | 2014-08-20 15:39:22 +0200 | [diff] [blame] | 112 | select SH_INTC |
Magnus Damm | 341eb54 | 2013-02-26 12:01:09 +0900 | [diff] [blame] | 113 | select RENESAS_INTC_IRQPIN |
Magnus Damm | 6d9598e | 2010-11-17 10:59:31 +0000 | [diff] [blame] | 114 | |
Magnus Damm | eccf060 | 2013-03-26 10:34:24 +0900 | [diff] [blame] | 115 | config ARCH_R8A73A4 |
116 | bool "R-Mobile APE6 (R8A73A40)" | ||||
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 117 | select ARCH_RMOBILE |
Magnus Damm | d313d06 | 2013-03-26 10:34:52 +0900 | [diff] [blame] | 118 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Magnus Damm | eccf060 | 2013-03-26 10:34:24 +0900 | [diff] [blame] | 119 | select ARM_GIC |
Magnus Damm | 984ca29 | 2013-03-26 10:34:42 +0900 | [diff] [blame] | 120 | select RENESAS_IRQC |
Magnus Damm | f2aaf66 | 2010-02-05 11:15:07 +0000 | [diff] [blame] | 121 | |
Kuninori Morimoto | 6c01ba4 | 2011-11-10 18:45:52 -0800 | [diff] [blame] | 122 | config ARCH_R8A7740 |
123 | bool "R-Mobile A1 (R8A77400)" | ||||
Magnus Damm | 5784b19 | 2014-08-25 12:03:25 +0900 | [diff] [blame] | 124 | select ARCH_RMOBILE |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 125 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Bastian Hecht | 0b7d782 | 2013-03-27 14:54:04 +0100 | [diff] [blame] | 126 | select ARM_GIC |
Bastian Hecht | 0b7d782 | 2013-03-27 14:54:04 +0100 | [diff] [blame] | 127 | select RENESAS_INTC_IRQPIN |
Kuninori Morimoto | 6c01ba4 | 2011-11-10 18:45:52 -0800 | [diff] [blame] | 128 | |
Kuninori Morimoto | ccb7cc7 | 2013-03-21 03:01:36 -0700 | [diff] [blame] | 129 | config ARCH_R8A7778 |
Sergei Shtylyov | 45fa929 | 2013-05-09 00:05:40 +0000 | [diff] [blame] | 130 | bool "R-Car M1A (R8A77781)" |
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 131 | select ARCH_RCAR_GEN1 |
Kuninori Morimoto | 369b00b | 2013-04-12 05:37:50 +0000 | [diff] [blame] | 132 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Kuninori Morimoto | ccb7cc7 | 2013-03-21 03:01:36 -0700 | [diff] [blame] | 133 | select ARM_GIC |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 134 | |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 135 | config ARCH_R8A7779 |
136 | bool "R-Car H1 (R8A77790)" | ||||
Magnus Damm | 57cc67d | 2014-08-25 12:03:34 +0900 | [diff] [blame] | 137 | select ARCH_RCAR_GEN1 |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 138 | select ARCH_WANT_OPTIONAL_GPIOLIB |
139 | select ARM_GIC | ||||
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 140 | |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 141 | config ARCH_R8A7790 |
142 | bool "R-Car H2 (R8A77900)" | ||||
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 143 | select ARCH_RCAR_GEN2 |
Magnus Damm | 69e351d | 2013-03-28 00:50:03 +0900 | [diff] [blame] | 144 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Magnus Damm | 0468b2d | 2013-03-28 00:49:34 +0900 | [diff] [blame] | 145 | select ARM_GIC |
Ben Dooks | 7e42998 | 2013-12-12 18:14:21 +0000 | [diff] [blame] | 146 | select MIGHT_HAVE_PCI |
Magnus Damm | 4a51856 | 2014-02-05 14:36:28 +0900 | [diff] [blame] | 147 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 148 | |
Hisashi Nakamura | 0d0771ab | 2013-09-04 12:45:57 +0900 | [diff] [blame] | 149 | config ARCH_R8A7791 |
Geert Uytterhoeven | 13298fb | 2014-08-28 10:28:09 +0200 | [diff] [blame] | 150 | bool "R-Car M2-W (R8A77910)" |
Magnus Damm | 0d91843 | 2014-08-25 12:03:43 +0900 | [diff] [blame] | 151 | select ARCH_RCAR_GEN2 |
Magnus Damm | cc3a17d | 2013-10-08 12:39:20 +0900 | [diff] [blame] | 152 | select ARCH_WANT_OPTIONAL_GPIOLIB |
Hisashi Nakamura | 0d0771ab | 2013-09-04 12:45:57 +0900 | [diff] [blame] | 153 | select ARM_GIC |
Ben Dooks | 7e42998 | 2013-12-12 18:14:21 +0000 | [diff] [blame] | 154 | select MIGHT_HAVE_PCI |
Magnus Damm | 4a51856 | 2014-02-05 14:36:28 +0900 | [diff] [blame] | 155 | select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE |
Hisashi Nakamura | 0d0771ab | 2013-09-04 12:45:57 +0900 | [diff] [blame] | 156 | |
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 157 | comment "Renesas ARM SoCs Board Type" |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 158 | |
Magnus Damm | 78ded16 | 2013-03-29 17:00:02 +0900 | [diff] [blame] | 159 | config MACH_APE6EVM |
160 | bool "APE6EVM board" | ||||
161 | depends on ARCH_R8A73A4 | ||||
Simon Horman | 9edaca8 | 2014-01-07 15:23:47 +0900 | [diff] [blame] | 162 | select SMSC_PHY if SMSC911X |
Magnus Damm | 78ded16 | 2013-03-29 17:00:02 +0900 | [diff] [blame] | 163 | select USE_OF |
164 | |||||
Guennadi Liakhovetski | 69f3666 | 2013-07-08 18:04:57 +0200 | [diff] [blame] | 165 | config MACH_APE6EVM_REFERENCE |
166 | bool "APE6EVM board - Reference Device Tree Implementation" | ||||
167 | depends on ARCH_R8A73A4 | ||||
Simon Horman | 9edaca8 | 2014-01-07 15:23:47 +0900 | [diff] [blame] | 168 | select SMSC_PHY if SMSC911X |
Guennadi Liakhovetski | 69f3666 | 2013-07-08 18:04:57 +0200 | [diff] [blame] | 169 | select USE_OF |
170 | ---help--- | ||||
171 | Use reference implementation of APE6EVM board support | ||||
172 | which makes a greater use of device tree at the expense | ||||
173 | of not supporting a number of devices. | ||||
174 | |||||
175 | This is intended to aid developers | ||||
176 | |||||
Kuninori Morimoto | 920adc7 | 2010-11-29 02:21:21 +0000 | [diff] [blame] | 177 | config MACH_MACKEREL |
178 | bool "mackerel board" | ||||
179 | depends on ARCH_SH7372 | ||||
Takashi YOSHII | 3256c789 | 2010-11-19 16:49:38 +0900 | [diff] [blame] | 180 | select ARCH_REQUIRE_GPIOLIB |
Guennadi Liakhovetski | 34767f8 | 2012-07-05 15:17:42 +0200 | [diff] [blame] | 181 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Simon Horman | c5c2a29 | 2014-01-07 15:23:47 +0900 | [diff] [blame] | 182 | select SMSC_PHY if SMSC911X |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 183 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
Nobuhiro Iwamatsu | 0ce53cd | 2012-10-24 14:48:00 +0900 | [diff] [blame] | 184 | select USE_OF |
Magnus Damm | 6d9598e | 2010-11-17 10:59:31 +0000 | [diff] [blame] | 185 | |
Kuninori Morimoto | 4d22e56 | 2012-04-06 01:28:59 -0700 | [diff] [blame] | 186 | config MACH_ARMADILLO800EVA |
187 | bool "Armadillo-800 EVA board" | ||||
188 | depends on ARCH_R8A7740 | ||||
189 | select ARCH_REQUIRE_GPIOLIB | ||||
Guennadi Liakhovetski | 34767f8 | 2012-07-05 15:17:42 +0200 | [diff] [blame] | 190 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Simon Horman | 6a517b1 | 2014-01-07 15:55:49 +0900 | [diff] [blame] | 191 | select SMSC_PHY if SH_ETH |
Kuninori Morimoto | 5389bf7 | 2012-06-25 03:32:50 -0700 | [diff] [blame] | 192 | select SND_SOC_WM8978 if SND_SIMPLE_CARD |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 193 | select USE_OF |
Kuninori Morimoto | 4d22e56 | 2012-04-06 01:28:59 -0700 | [diff] [blame] | 194 | |
Kuninori Morimoto | 53e42c2 | 2013-03-21 03:03:38 -0700 | [diff] [blame] | 195 | config MACH_BOCKW |
196 | bool "BOCK-W platform" | ||||
197 | depends on ARCH_R8A7778 | ||||
198 | select ARCH_REQUIRE_GPIOLIB | ||||
Kuninori Morimoto | c9996e5 | 2013-07-09 02:07:13 -0700 | [diff] [blame] | 199 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Kuninori Morimoto | 688e6a6 | 2013-08-26 01:52:35 -0700 | [diff] [blame] | 200 | select SND_SOC_AK4554 if SND_SIMPLE_CARD |
201 | select SND_SOC_AK4642 if SND_SIMPLE_CARD | ||||
Simon Horman | 2b2fd27 | 2014-01-07 16:40:32 +0900 | [diff] [blame] | 202 | select USE_OF |
Kuninori Morimoto | 53e42c2 | 2013-03-21 03:03:38 -0700 | [diff] [blame] | 203 | |
Kuninori Morimoto | cfa66a8 | 2013-07-24 00:36:51 -0700 | [diff] [blame] | 204 | config MACH_BOCKW_REFERENCE |
205 | bool "BOCK-W - Reference Device Tree Implementation" | ||||
206 | depends on ARCH_R8A7778 | ||||
207 | select ARCH_REQUIRE_GPIOLIB | ||||
Kuninori Morimoto | cfa66a8 | 2013-07-24 00:36:51 -0700 | [diff] [blame] | 208 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
209 | select USE_OF | ||||
210 | ---help--- | ||||
211 | Use reference implementation of BockW board support | ||||
212 | which makes use of device tree at the expense | ||||
213 | of not supporting a number of devices. | ||||
214 | |||||
215 | This is intended to aid developers | ||||
216 | |||||
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 217 | config MACH_MARZEN |
218 | bool "MARZEN board" | ||||
219 | depends on ARCH_R8A7779 | ||||
Magnus Damm | 19c43fc | 2011-12-14 01:36:22 +0900 | [diff] [blame] | 220 | select ARCH_REQUIRE_GPIOLIB |
Guennadi Liakhovetski | 34767f8 | 2012-07-05 15:17:42 +0200 | [diff] [blame] | 221 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Magnus Damm | 7ebbb4a | 2013-07-24 16:30:42 +0900 | [diff] [blame] | 222 | select USE_OF |
Magnus Damm | f411fad | 2011-12-14 01:36:12 +0900 | [diff] [blame] | 223 | |
Magnus Damm | 3cc828f | 2013-03-29 17:49:37 +0900 | [diff] [blame] | 224 | config MACH_LAGER |
225 | bool "Lager board" | ||||
226 | depends on ARCH_R8A7790 | ||||
227 | select USE_OF | ||||
Sergei Shtylyov | a2a4759 | 2013-12-20 02:20:54 +0300 | [diff] [blame] | 228 | select MICREL_PHY if SH_ETH |
Kuninori Morimoto | d58922c | 2014-01-13 18:25:50 -0800 | [diff] [blame] | 229 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
Magnus Damm | 3cc828f | 2013-03-29 17:49:37 +0900 | [diff] [blame] | 230 | |
Hisashi Nakamura | 1f52c65 | 2013-09-04 12:46:49 +0900 | [diff] [blame] | 231 | config MACH_KOELSCH |
232 | bool "Koelsch board" | ||||
233 | depends on ARCH_R8A7791 | ||||
234 | select USE_OF | ||||
Simon Horman | 8967136 | 2013-12-12 21:35:43 +0900 | [diff] [blame] | 235 | select MICREL_PHY if SH_ETH |
Hisashi Nakamura | 1f52c65 | 2013-09-04 12:46:49 +0900 | [diff] [blame] | 236 | |
Kuninori Morimoto | 9b93e24 | 2012-04-10 20:57:31 -0700 | [diff] [blame] | 237 | config MACH_KZM9G |
238 | bool "KZM-A9-GT board" | ||||
239 | depends on ARCH_SH73A0 | ||||
240 | select ARCH_REQUIRE_GPIOLIB | ||||
Guennadi Liakhovetski | 34767f8 | 2012-07-05 15:17:42 +0200 | [diff] [blame] | 241 | select REGULATOR_FIXED_VOLTAGE if REGULATOR |
Russell King | b1b3f49 | 2012-10-06 17:12:25 +0100 | [diff] [blame] | 242 | select SND_SOC_AK4642 if SND_SIMPLE_CARD |
243 | select USE_OF | ||||
Kuninori Morimoto | 9b93e24 | 2012-04-10 20:57:31 -0700 | [diff] [blame] | 244 | |
Simon Horman | b8b82b2 | 2012-11-22 00:34:25 +0900 | [diff] [blame] | 245 | config MACH_KZM9G_REFERENCE |
246 | bool "KZM-A9-GT board - Reference Device Tree Implementation" | ||||
Guennadi Liakhovetski | f33d1c3 | 2013-01-15 18:23:36 +0100 | [diff] [blame] | 247 | depends on ARCH_SH73A0 |
248 | select ARCH_REQUIRE_GPIOLIB | ||||
249 | select REGULATOR_FIXED_VOLTAGE if REGULATOR | ||||
250 | select SND_SOC_AK4642 if SND_SIMPLE_CARD | ||||
251 | select USE_OF | ||||
Simon Horman | b8b82b2 | 2012-11-22 00:34:25 +0900 | [diff] [blame] | 252 | ---help--- |
253 | Use reference implementation of KZM-A9-GT board support | ||||
254 | which makes as greater use of device tree at the expense | ||||
255 | of not supporting a number of devices. | ||||
256 | |||||
257 | This is intended to aid developers | ||||
258 | |||||
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 259 | comment "Renesas ARM SoCs System Configuration" |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 260 | |
Rob Herring | 7f1e763 | 2012-01-17 11:20:23 -0600 | [diff] [blame] | 261 | config CPU_HAS_INTEVT |
262 | bool | ||||
263 | default y | ||||
264 | |||||
Magnus Damm | fd071b6 | 2013-07-18 05:31:27 +0900 | [diff] [blame] | 265 | config SH_CLK_CPG |
266 | bool | ||||
267 | |||||
268 | source "drivers/sh/Kconfig" | ||||
269 | |||||
270 | endif | ||||
271 | |||||
Laurent Pinchart | bf98c1e | 2013-11-09 13:33:48 +0100 | [diff] [blame] | 272 | if ARCH_SHMOBILE |
Magnus Damm | fd071b6 | 2013-07-18 05:31:27 +0900 | [diff] [blame] | 273 | |
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 274 | menu "Timer and clock configuration" |
275 | |||||
Magnus Damm | 5da3e71 | 2010-07-29 14:03:04 +0100 | [diff] [blame] | 276 | config SHMOBILE_TIMER_HZ |
277 | int "Kernel HZ (jiffies per second)" | ||||
278 | range 32 1024 | ||||
279 | default "128" | ||||
280 | help | ||||
281 | Allows the configuration of the timer frequency. It is customary | ||||
282 | to have the timer interrupt run at 1000 Hz or 100 Hz, but in the | ||||
283 | case of low timer frequencies other values may be more suitable. | ||||
Laurent Pinchart | 0d9fd61 | 2013-11-28 17:27:29 +0100 | [diff] [blame] | 284 | Renesas ARM SoC systems using a 32768 Hz RCLK for clock events may |
285 | want to select a HZ value such as 128 that can evenly divide RCLK. | ||||
Magnus Damm | 5da3e71 | 2010-07-29 14:03:04 +0100 | [diff] [blame] | 286 | A HZ value that does not divide evenly may cause timer drift. |
287 | |||||
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 288 | endmenu |
289 | |||||
Magnus Damm | c793c1b | 2010-02-05 11:14:49 +0000 | [diff] [blame] | 290 | endif |