linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: catalin.marinas@arm.com (Catalin Marinas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/7] arm64: Always select ARM_AMBA and GENERIC_GPIO
Date: Wed, 19 Dec 2012 17:54:42 +0000	[thread overview]
Message-ID: <1355939686-23728-4-git-send-email-catalin.marinas@arm.com> (raw)
In-Reply-To: <1355939686-23728-1-git-send-email-catalin.marinas@arm.com>

Needed for most SoCs.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
---
 arch/arm64/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index b310a71..131c749 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -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
@@ -92,6 +93,9 @@ config SWIOTLB
 config IOMMU_HELPER
 	def_bool SWIOTLB
 
+config GENERIC_GPIO
+	def_bool y
+
 source "init/Kconfig"
 
 source "kernel/Kconfig.freezer"

  parent reply	other threads:[~2012-12-19 17:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 17:54 [PATCH v2 0/7] arm64: ARMv8 RTSM model SoC support Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 1/7] arm: Move sp810.h to include/linux/amba/ Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 2/7] vexpress: Match the "arm, sp810" DT entry for clock initialisation Catalin Marinas
2012-12-19 17:54 ` Catalin Marinas [this message]
2012-12-19 17:54 ` [PATCH v2 4/7] arm64: Populate the platform devices Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 5/7] arm64: Add dts files for the ARMv8 RTSM model Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 6/7] arm64: Enable ARMv8 RTSM model (SoC) support Catalin Marinas
2012-12-19 17:54 ` [PATCH v2 7/7] arm64: Add simple earlyprintk support Catalin Marinas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1355939686-23728-4-git-send-email-catalin.marinas@arm.com \
    --to=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).