xref: /openbmc/u-boot/board/renesas/alt/Kconfig (revision 78a88f79)
1if TARGET_ALT
2
3config SYS_BOARD
4	default "alt"
5
6config SYS_VENDOR
7	default "renesas"
8
9config SYS_CONFIG_NAME
10	default "alt"
11
12config R8A7794_ETHERNET_B
13	bool "Use ethernet B function"
14	depends on TARGET_ALT
15	default n
16	help
17	  ALT board can use default ethernet and etnernet B function.
18	  This config set pin function of ethenet B. You also needt to change
19	  DIP switch of board in order to use this function.
20
21endif
22