Kconfig 463 B

1234567891011121314151617181920212223
  1. if TARGET_BAV335X
  2. config SYS_BOARD
  3. default "bav335x"
  4. config SYS_VENDOR
  5. default "birdland"
  6. config SYS_SOC
  7. default "am33xx"
  8. config SYS_CONFIG_NAME
  9. default "bav335x"
  10. config BAV_VERSION
  11. int "BAV335x Version (1=A, 2=B)"
  12. range 1 2
  13. help
  14. The BAV335x has various version of the board. Rev.A (mostly obsolete)
  15. used 10/100 Ethernet PHY while Rev.B uses a Gigabit Ethernet PHY.
  16. Overwrite this if you have an older Rev.A and want ethernet support.
  17. endif