i.MX6: Some tweaks to the Kconfig files

This commit is contained in:
Gregory Nutt 2016-02-29 13:17:18 -06:00
parent ad69f9d045
commit 0d54cfa7ad
2 changed files with 23 additions and 1 deletions

View File

@ -66,6 +66,8 @@ config ARCH_CHIP_IMX1
config ARCH_CHIP_IMX6
bool "NXP/Freescale iMX.6"
select ARCH_CORTEXA9
select ARCH_HAVE_MULTICPU
select ARMV7A_HAVE_L2CC_PL310
select ARCH_HAVE_FPU
select ARCH_HAVE_LOWVECTORS
select ARCH_HAVE_SDRAM

View File

@ -5,7 +5,27 @@
if ARCH_CHIP_IMX6
# choice "iMX.6 Chip Selection"
menu "iMX.6 Chip Selection"
choice
prompt "iMX.6 Core Configuration"
default IMX6_6QUAD
config ARCH_CHIP_IMX6_6DUAL
bool "i.MX 6Dual"
config ARCH_CHIP_IMX6_6QUAD
bool "i.MX 6Quad"
endchoice # iMX.6 Chip Selection
config IMX6_HAVE_HDCP
bool "HDCP enabled"
default n
---help---
HDCP - High-bandwidth Digital Content Protection
endmenu # "iMX.6 Chip Selection"
menu "iMX.6 Peripheral Selection"