-
Notifications
You must be signed in to change notification settings - Fork 7.8k
enable i2c of imx943 #93653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable i2c of imx943 #93653
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,6 +186,12 @@ endif() | |
set_variable_ifdef(CONFIG_HAS_MCUX_XCACHE CONFIG_MCUX_COMPONENT_driver.cache_xcache) | ||
|
||
if((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7") OR (${MCUX_DEVICE} MATCHES "MIMXRT118") OR (CONFIG_SOC_MIMX94398) OR (CONFIG_SOC_MIMXRT798S)) | ||
|
||
if(CONFIG_SOC_MIMX94398_M33) | ||
set(CONFIG_MCUX_COMPONENT_driver.irqsteer_1 ON) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this change needed if you do not have a dependency on the new irq_steer driver? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
![]() |
||
set(CONFIG_MCUX_COMPONENT_driver.irqsteer_1_soc.cm33_core1 ON) | ||
endif() | ||
|
||
yangbolu1991 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
set_variable_ifdef(CONFIG_IPM_IMX CONFIG_MCUX_COMPONENT_driver.mu1) | ||
set_variable_ifdef(CONFIG_MBOX_NXP_IMX_MU CONFIG_MCUX_COMPONENT_driver.mu1) | ||
else() | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_I2C=y | ||
CONFIG_I2C_SHELL=y |
Uh oh!
There was an error while loading. Please reload this page.