Kconfig 203 B

123456789101112131415
  1. if TARGET_SHEEP
  2. config SYS_BOARD
  3. default "sheep_rk3368"
  4. config SYS_VENDOR
  5. default "rockchip"
  6. config SYS_CONFIG_NAME
  7. default "sheep_rk3368"
  8. config BOARD_SPECIFIC_OPTIONS # dummy
  9. def_bool y
  10. endif