]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/synopsys/axs101/Kconfig
board/synopsys: remove selection of CPU from the board
[people/ms/u-boot.git] / board / synopsys / axs101 / Kconfig
1 if TARGET_AXS101
2
3 config SYS_BOARD
4 default "axs101"
5
6 config SYS_VENDOR
7 default "synopsys"
8
9 config SYS_CONFIG_NAME
10 default "axs101"
11
12 endif