Newer
Older
barebox / arch / arm / mach-digic / Kconfig
@Antony Pavlov Antony Pavlov on 29 Jul 2014 188 bytes ARM: DIGIC: add Canon PowerShot A1100 IS support
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