diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-09-02 08:21:44 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-09-12 12:39:50 -0400 |
commit | abf3878047a92716704942d2a00917927004798b (patch) | |
tree | 72681206c687c3e75c25e5fc7b769773bf3b50c1 /arch/arm/mach-sa1100/Kconfig | |
parent | 084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3 (diff) |
ARM: 8136/1: sa1100: add Micro ASIC platform device
This adds the Atmel Micro ASIC platform device and selects it
by default for h3100 and h3600.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-sa1100/Kconfig')
-rw-r--r-- | arch/arm/mach-sa1100/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index 04f9784ff0ed..c6f6ed1cbed0 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig | |||
@@ -58,6 +58,7 @@ config SA1100_H3100 | |||
58 | bool "Compaq iPAQ H3100" | 58 | bool "Compaq iPAQ H3100" |
59 | select ARM_SA1110_CPUFREQ | 59 | select ARM_SA1110_CPUFREQ |
60 | select HTC_EGPIO | 60 | select HTC_EGPIO |
61 | select MFD_IPAQ_MICRO | ||
61 | help | 62 | help |
62 | Say Y here if you intend to run this kernel on the Compaq iPAQ | 63 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
63 | H3100 handheld computer. Information about this machine and the | 64 | H3100 handheld computer. Information about this machine and the |
@@ -69,6 +70,7 @@ config SA1100_H3600 | |||
69 | bool "Compaq iPAQ H3600/H3700" | 70 | bool "Compaq iPAQ H3600/H3700" |
70 | select ARM_SA1110_CPUFREQ | 71 | select ARM_SA1110_CPUFREQ |
71 | select HTC_EGPIO | 72 | select HTC_EGPIO |
73 | select MFD_IPAQ_MICRO | ||
72 | help | 74 | help |
73 | Say Y here if you intend to run this kernel on the Compaq iPAQ | 75 | Say Y here if you intend to run this kernel on the Compaq iPAQ |
74 | H3600 handheld computer. Information about this machine and the | 76 | H3600 handheld computer. Information about this machine and the |