config HISI_AP_CP_DECOUPL
    bool "decouple the ap && cp for kernel"
    default n
    help
        Say 'Y' if you support decoupling
        Say 'N' if you do not

config HISI_MODEM_OHOS
    bool "config modme driver ohos"
    default n
    help
        Say 'Y' in ohos kernel

config HISI_INC_MODEM_CONFIG
        bool "whether or not to include modem config for kernel"
        default n
        help
          Say 'Y' if you want to include modem config.
              so kernel modem can be compiled.
          Say 'N' if you don't want to include modem config,
              so skip modem config check in check_menuconfig.
          Suggestion is to say 'N' in kernel config and "Y' in modem.

config HISI_CMDLINE_PARSE
	bool "cmdline parse"
	default n
	help
	  Say 'Y' here if you want to support the cmdline parse
	  on platform

config HISI_CORE_CTRL
	bool "core control"
	default n
	help
	  This option enables the core control functionality in
	  the scheduler. Core control automatically isolate and
	  unisolate cores based on cpu load and utilization.

config HISI_RPROC
    bool "ipc kernel API"
    default n
    help
        ipc kernel API about remote processor communication

config HISI_BB
	bool "kernel run data recorder"
	depends on SYSFS
	default n
	help
	  This module can record some data about kernel internal info.
	  Include:
	  the task switch,
	  interrupts switch,
	  arm exception info,
	  etc ...
