Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 228e845f authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

[AVR32] Add mach-specific Kconfig



Include at32ap-specific Kconfig file from top-level Kconfig file. The
at32ap Kconfig is currently empty, but it will grow some machine-
specific options soon.

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent 068d9f6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,6 +116,8 @@ config LOADER_U_BOOT
	bool "U-Boot (or similar) bootloader"
endchoice

source "arch/avr32/mach-at32ap/Kconfig"

config LOAD_ADDRESS
	hex
	default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
+7 −0
Original line number Diff line number Diff line
if PLATFORM_AT32AP

menu "Atmel AVR32 AP options"

endmenu

endif