mirror of https://gitee.com/openkylin/linux.git
arm: Xilinx Zynq patches for v4.5
- Select reset controller by default for Zynq -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlZutbsACgkQykllyylKDCGOjgCfWC/4Z3UmDAypeSEABmFaBkb2 uDkAn2VeuLBHYIZaEp3c22iVZ4X+xtbJ =8W06 -----END PGP SIGNATURE----- Merge tag 'zynq-soc-for-4.5' of https://github.com/Xilinx/linux-xlnx into next/soc arm: Xilinx Zynq patches for v4.5 - Select reset controller by default for Zynq * tag 'zynq-soc-for-4.5' of https://github.com/Xilinx/linux-xlnx: ARM: zynq: Select ARCH_HAS_RESET_CONTROLLER Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
f877df2bcf
|
@ -1,5 +1,6 @@
|
|||
config ARCH_ZYNQ
|
||||
bool "Xilinx Zynq ARM Cortex A9 Platform" if ARCH_MULTI_V7
|
||||
select ARCH_HAS_RESET_CONTROLLER
|
||||
select ARCH_SUPPORTS_BIG_ENDIAN
|
||||
select ARM_AMBA
|
||||
select ARM_GIC
|
||||
|
|
Loading…
Reference in New Issue