diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-03-07 15:24:34 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-04-27 13:43:27 +0200 |
commit | 228e845fd243bf42033998afab792357444e9e4a (patch) | |
tree | 41b4ff3d2e6a0c06466e1d923e6f8c13ac787fdb /arch/avr32/mach-at32ap | |
parent | 068d9f6eb9369a00eb45be91c07653cfef65f4a0 (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/mach-at32ap')
-rw-r--r-- | arch/avr32/mach-at32ap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/avr32/mach-at32ap/Kconfig b/arch/avr32/mach-at32ap/Kconfig new file mode 100644 index 00000000000..d7497715cc0 --- /dev/null +++ b/arch/avr32/mach-at32ap/Kconfig @@ -0,0 +1,7 @@ +if PLATFORM_AT32AP + +menu "Atmel AVR32 AP options" + +endmenu + +endif |