aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32')
-rw-r--r--arch/avr32/Kconfig2
-rw-r--r--arch/avr32/mach-at32ap/Kconfig7
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index ce4013aee59b..257b83648cb7 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -116,6 +116,8 @@ config LOADER_U_BOOT
116 bool "U-Boot (or similar) bootloader" 116 bool "U-Boot (or similar) bootloader"
117endchoice 117endchoice
118 118
119source "arch/avr32/mach-at32ap/Kconfig"
120
119config LOAD_ADDRESS 121config LOAD_ADDRESS
120 hex 122 hex
121 default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y 123 default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
diff --git a/arch/avr32/mach-at32ap/Kconfig b/arch/avr32/mach-at32ap/Kconfig
new file mode 100644
index 000000000000..d7497715cc02
--- /dev/null
+++ b/arch/avr32/mach-at32ap/Kconfig
@@ -0,0 +1,7 @@
1if PLATFORM_AT32AP
2
3menu "Atmel AVR32 AP options"
4
5endmenu
6
7endif