diff options
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 2 | ||||
-rw-r--r-- | arch/avr32/mach-at32ap/Kconfig | 7 |
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" |
117 | endchoice | 117 | endchoice |
118 | 118 | ||
119 | source "arch/avr32/mach-at32ap/Kconfig" | ||
120 | |||
119 | config LOAD_ADDRESS | 121 | config 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 @@ | |||
1 | if PLATFORM_AT32AP | ||
2 | |||
3 | menu "Atmel AVR32 AP options" | ||
4 | |||
5 | endmenu | ||
6 | |||
7 | endif | ||