soc: nxp_imx: Remove CLOCK_CONTROL_IMX_CCM config

There is no imx ccm shim driver in drivers/clock_control. This config
was only used to conditionally compile nxp hal drivers, even though the
imx6/7 soc init always needs them.

Updates the nxp hal to unconditionally compile the ccm drivers and
removes the unnecessary config symbol.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2019-11-06 18:02:49 -06:00 committed by Kumar Gala
commit 261a1bfa70
3 changed files with 1 additions and 15 deletions

View file

@ -11,13 +11,6 @@ config SOC
config FLOAT
default y
if CLOCK_CONTROL
config CLOCK_CONTROL_IMX_CCM
def_bool y
endif # CLOCK_CONTROL
if GPIO
config GPIO_IMX

View file

@ -11,13 +11,6 @@ config SOC
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 200000000
if CLOCK_CONTROL
config CLOCK_CONTROL_IMX_CCM
default y
endif # CLOCK_CONTROL
config GPIO
default y