ARM: DRA7: Add the build support in omap2plus
Now that all the needed pieces for DRA7 based SoCs' is present, enable the build support in omap2plus_defconfig Signed-off-by: R Sricharan <r.sricharan@ti.com> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
This commit is contained in:
parent
debcd1f81f
commit
8dd21c9319
@ -306,3 +306,4 @@ CONFIG_TI_DAVINCI_MDIO=y
|
|||||||
CONFIG_TI_DAVINCI_CPDMA=y
|
CONFIG_TI_DAVINCI_CPDMA=y
|
||||||
CONFIG_TI_CPSW=y
|
CONFIG_TI_CPSW=y
|
||||||
CONFIG_AT803X_PHY=y
|
CONFIG_AT803X_PHY=y
|
||||||
|
CONFIG_SOC_DRA7XX=y
|
||||||
|
@ -118,7 +118,7 @@ config ARCH_OMAP2PLUS_TYPICAL
|
|||||||
select I2C
|
select I2C
|
||||||
select I2C_OMAP
|
select I2C_OMAP
|
||||||
select MENELAUS if ARCH_OMAP2
|
select MENELAUS if ARCH_OMAP2
|
||||||
select NEON if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
|
select NEON if CPU_V7
|
||||||
select PM_RUNTIME
|
select PM_RUNTIME
|
||||||
select REGULATOR
|
select REGULATOR
|
||||||
select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
|
select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
|
||||||
@ -135,6 +135,14 @@ config SOC_HAS_REALTIME_COUNTER
|
|||||||
depends on SOC_OMAP5 || SOC_DRA7XX
|
depends on SOC_OMAP5 || SOC_DRA7XX
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_DRA7XX
|
||||||
|
bool "TI DRA7XX"
|
||||||
|
select ARM_ARCH_TIMER
|
||||||
|
select CPU_V7
|
||||||
|
select ARM_GIC
|
||||||
|
select HAVE_SMP
|
||||||
|
select COMMON_CLK
|
||||||
|
|
||||||
comment "OMAP Core Type"
|
comment "OMAP Core Type"
|
||||||
depends on ARCH_OMAP2
|
depends on ARCH_OMAP2
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ config OMAP_32K_TIMER
|
|||||||
This timer saves power compared to the OMAP_MPU_TIMER, and has
|
This timer saves power compared to the OMAP_MPU_TIMER, and has
|
||||||
support for no tick during idle. The 32KHz timer provides less
|
support for no tick during idle. The 32KHz timer provides less
|
||||||
intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
|
intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
|
||||||
currently only available for OMAP16XX, 24XX, 34XX and OMAP4/5.
|
currently only available for OMAP16XX, 24XX, 34XX, OMAP4/5 and DRA7XX.
|
||||||
|
|
||||||
On OMAP2PLUS this value is only used for CONFIG_HZ and
|
On OMAP2PLUS this value is only used for CONFIG_HZ and
|
||||||
CLOCK_TICK_RATE compile time calculation.
|
CLOCK_TICK_RATE compile time calculation.
|
||||||
|
Loading…
Reference in New Issue
Block a user