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