diff options
Diffstat (limited to 'board/thead/light-c910/Kconfig')
-rw-r--r-- | board/thead/light-c910/Kconfig | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/board/thead/light-c910/Kconfig b/board/thead/light-c910/Kconfig index abac54f3..e860e293 100644 --- a/board/thead/light-c910/Kconfig +++ b/board/thead/light-c910/Kconfig @@ -66,6 +66,10 @@ config LIGHT_ANDROID_BOOT_IMAGE_VAL_LPI4A bool "light board-lpi4a android image" default n +config LIGHT_ANDROID_BOOT_IMAGE_ANT_REF + bool "light board ant ref android image" + default n + config LIGHT_SEC_BOOT_WITH_VERIFY_VAL_A bool "light board-a security boot with verification" default n @@ -248,10 +252,11 @@ config DDR_LP4_2133_SINGLERANK help Enabling this will support lpddr4 2133 singlerank configuration. -config DDR_ROW16 - bool "LPDDR4/4X 17-bit row address support" +config DDR_DDP + bool "LPDDR4/4X Dual Die Package support" help - Enabling this will support ddr 17-bit row address (16:0). + Enabling this will support ddr Dual Die Package configuration. + e.g. to support 8GB ddr device with 17-bit row address (16:0) config DDR_H32_MODE bool "LPDDR4/4X 32bit mode configuration" |