]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/altera/nios2-generic/Kconfig
nios2: convert dma_alloc_coherent to use malloc_cache_aligned
[people/ms/u-boot.git] / board / altera / nios2-generic / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_NIOS2_GENERIC
2
3config SYS_BOARD
dd84058d
MY
4 default "nios2-generic"
5
6config SYS_VENDOR
dd84058d
MY
7 default "altera"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "nios2-generic"
11
12endif