diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2008-03-05 10:00:28 +0100 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-02 11:05:01 +0200 |
commit | b83d6ee17588f1a4fbfc8ef0451b0900a5ef5950 (patch) | |
tree | bde2ffd7f1ad14d8a6f15300a8e0d7b36224bbc9 /arch/avr32/Kconfig | |
parent | 7951f188a0b7f9b2f181c692efb0d31082bec346 (diff) | |
download | linux-b83d6ee17588f1a4fbfc8ef0451b0900a5ef5950.tar.gz linux-b83d6ee17588f1a4fbfc8ef0451b0900a5ef5950.tar.bz2 linux-b83d6ee17588f1a4fbfc8ef0451b0900a5ef5950.zip |
avr32: Add simple SRAM allocator
Add SRAM allocator for avr32, which is just a thin wrapper around
genalloc.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index a5793c13f50c..e8ee5fa017b6 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig @@ -88,6 +88,7 @@ config PLATFORM_AT32AP select MMU select PERFORMANCE_COUNTERS select HAVE_GPIO_LIB + select GENERIC_ALLOCATOR # # CPU types |