The imx6_snvs driver is not strictly required for the system to run, so
change it from standard to optional and add a device statement for it so that it's included unless someone uses nodevice to eliminate it.
This commit is contained in:
parent
dfcc612cb0
commit
7ad88b3ce0
@ -14,7 +14,7 @@ arm/freescale/imx/imx6_ccm.c standard
|
||||
arm/freescale/imx/imx6_machdep.c standard
|
||||
arm/freescale/imx/imx6_mp.c optional smp
|
||||
arm/freescale/imx/imx6_pl310.c standard
|
||||
arm/freescale/imx/imx6_snvs.c standard
|
||||
arm/freescale/imx/imx6_snvs.c optional imx6_snvs
|
||||
arm/freescale/imx/imx6_src.c standard
|
||||
arm/freescale/imx/imx_epit.c standard
|
||||
arm/freescale/imx/imx_iomux.c standard
|
||||
|
@ -10,6 +10,7 @@ options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
device fdt_pinctrl
|
||||
device imx6_snvs
|
||||
|
||||
files "../freescale/imx/files.imx6"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user