Kconfig 152 B

123456789101112
  1. if TARGET_OMAP3_LOGIC
  2. config SYS_BOARD
  3. default "omap3som"
  4. config SYS_VENDOR
  5. default "logicpd"
  6. config SYS_CONFIG_NAME
  7. default "omap3_logic"
  8. endif