[AVR32] Add mach-specific Kconfig
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Wed, 7 Mar 2007 14:24:34 +0000 (15:24 +0100)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Fri, 27 Apr 2007 11:43:27 +0000 (13:43 +0200)
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>
arch/avr32/Kconfig
arch/avr32/mach-at32ap/Kconfig [new file with mode: 0644]

index ce4013a..257b836 100644 (file)
@@ -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
diff --git a/arch/avr32/mach-at32ap/Kconfig b/arch/avr32/mach-at32ap/Kconfig
new file mode 100644 (file)
index 0000000..d749771
--- /dev/null
@@ -0,0 +1,7 @@
+if PLATFORM_AT32AP
+
+menu "Atmel AVR32 AP options"
+
+endmenu
+
+endif