mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
[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: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
parent
068d9f6eb9
commit
228e845fd2
2 changed files with 9 additions and 0 deletions
|
@ -116,6 +116,8 @@ config LOADER_U_BOOT
|
||||||
bool "U-Boot (or similar) bootloader"
|
bool "U-Boot (or similar) bootloader"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
source "arch/avr32/mach-at32ap/Kconfig"
|
||||||
|
|
||||||
config LOAD_ADDRESS
|
config LOAD_ADDRESS
|
||||||
hex
|
hex
|
||||||
default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
|
default 0x10000000 if LOADER_U_BOOT=y && CPU_AT32AP7000=y
|
||||||
|
|
7
arch/avr32/mach-at32ap/Kconfig
Normal file
7
arch/avr32/mach-at32ap/Kconfig
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
if PLATFORM_AT32AP
|
||||||
|
|
||||||
|
menu "Atmel AVR32 AP options"
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
|
endif
|
Loading…
Reference in a new issue