]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/synopsys/axs101/Kconfig
board/synopsys: remove selection of CPU from the board
[karo-tx-uboot.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