diff options
author | Dave Neuer <dneuer@org.rmk.(none)> | 2005-06-09 17:40:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-06-09 17:40:55 +0100 |
commit | 12035d64565ae7ecbc7fe906e7fcc8a4a71a3789 (patch) | |
tree | beb375feb2aec8b4255ebbfa341d3f0d97730555 /arch/arm/mach-sa1100/Kconfig | |
parent | 4e71e47da3367e8df5994a17fb421ddeaa5025e3 (diff) | |
download | blackbird-op-linux-12035d64565ae7ecbc7fe906e7fcc8a4a71a3789.tar.gz blackbird-op-linux-12035d64565ae7ecbc7fe906e7fcc8a4a71a3789.zip |
[PATCH] ARM: 2706/1: Fix compile on SA-based iPAQs and remove stale CREDITS info
Patch from Dave Neuer
This fixes the "multiple definitions of cpufreq_get" errors on
StrongARM-based iPAQs.
Signed-off-by: Dave Neuer
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, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/Kconfig b/arch/arm/mach-sa1100/Kconfig index 50cde576dadf..6923316b3d0d 100644 --- a/arch/arm/mach-sa1100/Kconfig +++ b/arch/arm/mach-sa1100/Kconfig @@ -150,7 +150,7 @@ config SA1100_SSP config H3600_SLEEVE tristate "Compaq iPAQ Handheld sleeve support" - depends on SA1100_H3600 + depends on SA1100_H3100 || SA1100_H3600 help Choose this option to enable support for extension packs (sleeves) for the Compaq iPAQ H3XXX series of handheld computers. This option |