Kconfig 418 B

123456789101112131415161718192021
  1. if TARGET_ALT
  2. config SYS_BOARD
  3. default "alt"
  4. config SYS_VENDOR
  5. default "renesas"
  6. config SYS_CONFIG_NAME
  7. default "alt"
  8. config R8A7794_ETHERNET_B
  9. bool "Use ethernet B function"
  10. depends on TARGET_ALT
  11. default n
  12. help
  13. ALT board can use default ethernet and etnernet B function.
  14. This config set pin function of ethenet B. You also needt to change
  15. DIP switch of board in order to use this function.
  16. endif