aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/Kconfig
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2007-03-07 09:24:34 -0500
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-04-27 07:43:27 -0400
commit228e845fd243bf42033998afab792357444e9e4a (patch)
tree41b4ff3d2e6a0c06466e1d923e6f8c13ac787fdb /arch/avr32/Kconfig
parent068d9f6eb9369a00eb45be91c07653cfef65f4a0 (diff)
[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>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r--arch/avr32/Kconfig2
1 files changed, 2 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