summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-digic/Kconfig
blob: d25c3b3f510818a30c8e026a9762a6c85d09ce49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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