Skip to content

Commit

Permalink
arm64: Always select ARM_AMBA and GENERIC_GPIO
Browse files Browse the repository at this point in the history
Needed for most SoCs.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
ctmarinas committed Jan 4, 2013
1 parent db2789b commit 25c92a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/Kconfig
Expand Up @@ -2,6 +2,7 @@ config ARM64
def_bool y
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
select ARCH_WANT_COMPAT_IPC_PARSE_VERSION
select ARM_AMBA
select CLONE_BACKWARDS
select COMMON_CLK
select GENERIC_CLOCKEVENTS
Expand Down Expand Up @@ -90,6 +91,9 @@ config SWIOTLB
config IOMMU_HELPER
def_bool SWIOTLB

config GENERIC_GPIO
def_bool y

source "init/Kconfig"

source "kernel/Kconfig.freezer"
Expand Down

0 comments on commit 25c92a3

Please sign in to comment.