# 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
