Skip to content

Commit 309ed7e

Browse files
committed
Merge tag 'sunxi-config64-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/arm64
Allwinner arm64 config changes for 4.12 Two patches to change our Kconfig option and add new options in the defconfig. * tag 'sunxi-config64-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: defconfig: add Allwinner USB PHY arm64: only select PINCTRL for Allwinner platforms Signed-off-by: Olof Johansson <[email protected]>
2 parents e1c98a2 + 565fbac commit 309ed7e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ config ARCH_SUNXI
44
bool "Allwinner sunxi 64-bit SoC Family"
55
select GENERIC_IRQ_CHIP
66
select PINCTRL
7-
select PINCTRL_SUN50I_A64
87
help
98
This enables support for Allwinner sunxi based SoCs like the A64.
109

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ CONFIG_PHY_RCAR_GEN3_USB2=y
476476
CONFIG_PHY_HI6220_USB=y
477477
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
478478
CONFIG_PHY_ROCKCHIP_EMMC=y
479+
CONFIG_PHY_SUN4I_USB=y
479480
CONFIG_PHY_XGENE=y
480481
CONFIG_PHY_TEGRA_XUSB=y
481482
CONFIG_ARM_SCPI_PROTOCOL=y

0 commit comments

Comments
 (0)