Home | History | Annotate | Download | only in alt
      1 if TARGET_ALT
      2 
      3 config SYS_BOARD
      4 	default "alt"
      5 
      6 config SYS_VENDOR
      7 	default "renesas"
      8 
      9 config SYS_CONFIG_NAME
     10 	default "alt"
     11 
     12 config 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 
     21 endif
     22