summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-digic/Kconfig
blob: 25b9a0da2fe67e7d0e3e04b922d4cec2cecf6d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only

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