Kconfig 221 B

123456789101112131415
  1. if TARGET_PINEBOOK_PRO_RK3399
  2. config SYS_BOARD
  3. default "pinebook-pro-rk3399"
  4. config SYS_VENDOR
  5. default "pine64"
  6. config SYS_CONFIG_NAME
  7. default "pinebook-pro-rk3399"
  8. config BOARD_SPECIFIC_OPTIONS
  9. def_bool y
  10. endif