summaryrefslogtreecommitdiffstats
path: root/arch/arm/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/common/Kconfig')
-rw-r--r--arch/arm/common/Kconfig35
1 files changed, 35 insertions, 0 deletions
diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig
new file mode 100644
index 0000000..86b5e69
--- /dev/null
+++ b/arch/arm/common/Kconfig
@@ -0,0 +1,35 @@
+config ARM_GIC
+ bool
+
+config ARM_VIC
+ bool
+
+config ICST525
+ bool
+
+config ICST307
+ bool
+
+config SA1111
+ bool
+ select DMABOUNCE if !ARCH_PXA
+
+config DMABOUNCE
+ bool
+ select ZONE_DMA
+
+config TIMER_ACORN
+ bool
+
+config SHARP_LOCOMO
+ bool
+
+config SHARP_PARAM
+ bool
+
+config SHARPSL_PM
+ bool
+ select APM_EMULATION
+
+config SHARP_SCOOP
+ bool
OpenPOWER on IntegriCloud