Maxime Ripard | 559482d | 2014-04-28 16:03:20 -0700 | [diff] [blame] | 1 | menuconfig ARCH_SUNXI |
| 2 | bool "Allwinner SoCs" if ARCH_MULTI_V7 |
Maxime Ripard | 19a280a | 2013-05-12 15:06:51 +0200 | [diff] [blame] | 3 | select ARCH_REQUIRE_GPIOLIB |
Maxime Ripard | 3b52634 | 2012-11-08 12:40:16 +0100 | [diff] [blame] | 4 | select CLKSRC_MMIO |
Maxime Ripard | 3b52634 | 2012-11-08 12:40:16 +0100 | [diff] [blame] | 5 | select GENERIC_IRQ_CHIP |
| 6 | select PINCTRL |
Maxime Ripard | 119fd63 | 2013-03-24 11:49:25 +0100 | [diff] [blame] | 7 | select SUN4I_TIMER |
Maxime Ripard | 559482d | 2014-04-28 16:03:20 -0700 | [diff] [blame] | 8 | |
| 9 | if ARCH_SUNXI |
| 10 | |
| 11 | config MACH_SUN4I |
| 12 | bool "Allwinner A10 (sun4i) SoCs support" |
| 13 | default ARCH_SUNXI |
| 14 | |
| 15 | config MACH_SUN5I |
| 16 | bool "Allwinner A10s / A13 (sun5i) SoCs support" |
| 17 | default ARCH_SUNXI |
Maxime Ripard | 6790554 | 2013-11-07 12:01:48 +0100 | [diff] [blame] | 18 | select SUN5I_HSTIMER |
Maxime Ripard | 559482d | 2014-04-28 16:03:20 -0700 | [diff] [blame] | 19 | |
| 20 | config MACH_SUN6I |
| 21 | bool "Allwinner A31 (sun6i) SoCs support" |
| 22 | default ARCH_SUNXI |
| 23 | select ARCH_HAS_RESET_CONTROLLER |
| 24 | select ARM_GIC |
Boris BREZILLON | 324da93 | 2014-05-15 10:55:13 +0200 | [diff] [blame] | 25 | select MFD_SUN6I_PRCM |
Maxime Ripard | 559482d | 2014-04-28 16:03:20 -0700 | [diff] [blame] | 26 | select RESET_CONTROLLER |
| 27 | select SUN5I_HSTIMER |
| 28 | |
| 29 | config MACH_SUN7I |
| 30 | bool "Allwinner A20 (sun7i) SoCs support" |
| 31 | default ARCH_SUNXI |
| 32 | select ARM_GIC |
| 33 | select ARM_PSCI |
| 34 | select HAVE_ARM_ARCH_TIMER |
| 35 | select SUN5I_HSTIMER |
| 36 | |
Chen-Yu Tsai | ac84b79 | 2014-06-20 22:52:50 +0800 | [diff] [blame] | 37 | config MACH_SUN8I |
| 38 | bool "Allwinner A23 (sun8i) SoCs support" |
| 39 | default ARCH_SUNXI |
Chen-Yu Tsai | 5ba1657 | 2014-07-03 22:55:47 +0800 | [diff] [blame] | 40 | select ARCH_HAS_RESET_CONTROLLER |
Chen-Yu Tsai | ac84b79 | 2014-06-20 22:52:50 +0800 | [diff] [blame] | 41 | select ARM_GIC |
Chen-Yu Tsai | 5ba1657 | 2014-07-03 22:55:47 +0800 | [diff] [blame] | 42 | select MFD_SUN6I_PRCM |
| 43 | select RESET_CONTROLLER |
Chen-Yu Tsai | ac84b79 | 2014-06-20 22:52:50 +0800 | [diff] [blame] | 44 | |
Chen-Yu Tsai | 3d4c2f1 | 2014-10-08 21:02:52 +0800 | [diff] [blame] | 45 | config MACH_SUN9I |
| 46 | bool "Allwinner (sun9i) SoCs support" |
| 47 | default ARCH_SUNXI |
Chen-Yu Tsai | 2f4bc73 | 2014-10-12 17:40:24 +0800 | [diff] [blame] | 48 | select ARCH_HAS_RESET_CONTROLLER |
Chen-Yu Tsai | 3d4c2f1 | 2014-10-08 21:02:52 +0800 | [diff] [blame] | 49 | select ARM_GIC |
Chen-Yu Tsai | 2f4bc73 | 2014-10-12 17:40:24 +0800 | [diff] [blame] | 50 | select RESET_CONTROLLER |
Chen-Yu Tsai | 3d4c2f1 | 2014-10-08 21:02:52 +0800 | [diff] [blame] | 51 | |
Maxime Ripard | 559482d | 2014-04-28 16:03:20 -0700 | [diff] [blame] | 52 | endif |