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:
parent
525c556e43
commit
261a1bfa70
3 changed files with 1 additions and 15 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue