summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-digic
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-07-29 01:15:25 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-29 15:08:29 +0200
commit0e2111deb3963b44f5870fd80c808188d36a49d7 (patch)
tree8d0e9130fba77891e17504aacdbbab1d139f42cc /arch/arm/mach-digic
parent1f789df993fda5c56170114eb014f64d61d320b1 (diff)
downloadbarebox-0e2111deb3963b44f5870fd80c808188d36a49d7.tar.gz
barebox-0e2111deb3963b44f5870fd80c808188d36a49d7.tar.xz
ARM: DIGIC: add Canon PowerShot A1100 IS support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-digic')
-rw-r--r--arch/arm/mach-digic/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-digic/Kconfig b/arch/arm/mach-digic/Kconfig
index 49ce44a07e..d25c3b3f51 100644
--- a/arch/arm/mach-digic/Kconfig
+++ b/arch/arm/mach-digic/Kconfig
@@ -3,6 +3,13 @@ if ARCH_DIGIC
choice
prompt "camera type"
+config MACH_CANON_A1100
+ bool "Canon PowerShot A1100 IS"
+
endchoice
+config ARCH_TEXT_BASE
+ hex
+ default 0x00001900 if MACH_CANON_A1100
+
endif