Kconfig 169 B

123456789101112131415
  1. if TARGET_OX820
  2. config SYS_CPU
  3. default "arm1136"
  4. config SYS_SOC
  5. default "nas782x"
  6. config SYS_BOARD
  7. default "ox820"
  8. config SYS_CONFIG_NAME
  9. default "ox820"
  10. endif