]> git.sur5r.net Git - u-boot/blob - board/tplink/wdr4300/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / tplink / wdr4300 / Kconfig
1 if BOARD_TPLINK_WDR4300
2
3 config SYS_VENDOR
4         default "tplink"
5
6 config SYS_SOC
7         default "ath79"
8
9 config SYS_BOARD
10         default "wdr4300"
11
12 config SYS_CONFIG_NAME
13         default "tplink_wdr4300"
14
15 endif