diff options
Diffstat (limited to 'src/soc/mediatek/mt8192/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8192/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/soc/mediatek/mt8192/Kconfig b/src/soc/mediatek/mt8192/Kconfig index 9b55295612..3693dad1a6 100644 --- a/src/soc/mediatek/mt8192/Kconfig +++ b/src/soc/mediatek/mt8192/Kconfig @@ -11,6 +11,7 @@ config SOC_MEDIATEK_MT8192 select HAVE_UART_SPECIAL select SOC_MEDIATEK_COMMON select MEDIATEK_DRAM_DVFS + select FLASH_DUAL_IO_READ if SOC_MEDIATEK_MT8192 @@ -50,13 +51,6 @@ config SSPM_FIRMWARE help The file name of the MediaTek SSPM firmware. -config FLASH_DUAL_READ - bool - default y - help - When this option is enabled, the flash controller provides the ability - to dual IO read mode. - config SRCLKEN_RC_SUPPORT bool default y |