mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:22:30 +00:00
The Zephyr configuration system uses many different files in many different formats. It makes it a lot easier for users to understand what these files do if when we use the correct file extensions. To this end we rename the dts.fixup files to the correct file extension '.h'. This is a breaking change for out-of-tree fixup files. Such files will be detected and given an appropriate error message. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
10 lines
372 B
C
10 lines
372 B
C
#if defined(CONFIG_HAS_DTS_I2C)
|
|
|
|
#ifndef CONFIG_PCA9633_DEV_NAME
|
|
#define CONFIG_PCA9633_DEV_NAME ST_STM32_I2C_V2_40005400_NXP_PCA9633_62_LABEL
|
|
#define CONFIG_PCA9633_I2C_ADDRESS ST_STM32_I2C_V2_40005400_NXP_PCA9633_62_BASE_ADDRESS
|
|
#define CONFIG_PCA9633_I2C_MASTER_DEV_NAME ST_STM32_I2C_V2_40005400_NXP_PCA9633_62_BUS_NAME
|
|
#endif
|
|
|
|
#endif
|