i.MX6: Some tweaks to the Kconfig files
This commit is contained in:
parent
ad69f9d045
commit
0d54cfa7ad
@ -66,6 +66,8 @@ config ARCH_CHIP_IMX1
|
|||||||
config ARCH_CHIP_IMX6
|
config ARCH_CHIP_IMX6
|
||||||
bool "NXP/Freescale iMX.6"
|
bool "NXP/Freescale iMX.6"
|
||||||
select ARCH_CORTEXA9
|
select ARCH_CORTEXA9
|
||||||
|
select ARCH_HAVE_MULTICPU
|
||||||
|
select ARMV7A_HAVE_L2CC_PL310
|
||||||
select ARCH_HAVE_FPU
|
select ARCH_HAVE_FPU
|
||||||
select ARCH_HAVE_LOWVECTORS
|
select ARCH_HAVE_LOWVECTORS
|
||||||
select ARCH_HAVE_SDRAM
|
select ARCH_HAVE_SDRAM
|
||||||
|
@ -5,7 +5,27 @@
|
|||||||
|
|
||||||
if ARCH_CHIP_IMX6
|
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"
|
menu "iMX.6 Peripheral Selection"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user