if TARGET_IMX8MM_SONY_HAVA

config SYS_BOARD
	default "imx8mm_sony_hava"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "imx8mm_sony_hava"

config DMP
	bool "Define product as DMP"
	help
	  Define product as DMP. This is used to enable the codes
	  for DMP specific feature.

config SUPPORT_SERVICE_MODE
	bool "Enable booting up the service mode"
	help
	  Enable booting up the service mode. Service mode is a
	  generic term for initialize, diag and service mode.

config ICX_FASTBOOT_MAGIC_KEY
	bool "Enable pressing magic keys to enter fastboot mode"
	help
	  Enable pressing magic keys (usually play control keys) to
	  enter fastboot mode. To start firmware download mode
	  (so called uuu) and debug facilities.
	  It's may be better that enable this option only with
	  debug/developing build.

config ICX_SDCARD_POWER_DOWN_RESET
	bool "Reset SD Card by power down"
	default n
	help
	  Reset SD Card by power down. But this causes power line
	  glitch on SD Card power line and reverse voltage between
	  CMD and VDD line.
	  We recommend that this option should be 'N'.

config ICX_ERRATA_BD71837_REVA0
	bool "Workaround for REVA0 BUG"
	default y
	help
	  Enable a workaround provided by ROHM.
	  We recommend that this option should be 'Y'.

config ICX_DEAD_BATTERY
	bool "Enable dead battery control"
	default y
	help
	  Enable dead battery control.
	  We recommend that this option should be 'Y'.

config SPL_POWER_CONTROL
	bool "Enable power control on spl"
	default n
	help
	  Enable power control on spl.

config SYSTEMD_FIXED_MACHINE_ID
        bool "Fixed systemd machine_id"
        default n
        help
          Fixed machine_id by using OCOTP_HW_OCOTP_TESTER0
          This ID is used for /etc/machine_id in systemd.

config IMX8M_LPDDR4_MICRON
	bool "Enable micron DRAM"
	default n
	help
	  Enable micron DRAM.

source "board/freescale/common/Kconfig"

endif
