Kconfig 352 B

12345678910111213141516171819202122
  1. if TARGET_IMX8MN_BEACON
  2. config SYS_BOARD
  3. default "imx8mn"
  4. config SYS_VENDOR
  5. default "beacon"
  6. config SYS_CONFIG_NAME
  7. default "imx8mn_beacon"
  8. config IMX8MN_FORCE_NOM_SOC
  9. bool "Force to use nominal mode for SOC and ARM"
  10. default n
  11. config IMX8MN_BEACON_2GB_LPDDR
  12. bool "Enable 2GB LPDDR"
  13. default n
  14. source "board/freescale/common/Kconfig"
  15. endif