summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorRasmus Villemoes <[email protected]>2025-09-19 12:09:55 +0200
committerTom Rini <[email protected]>2025-09-26 11:55:13 -0600
commit0933358163a3c0ef13577853194769504cfb39ea (patch)
tree24a2b953e0fd312fbe8736af908dc1018ea48bcc /scripts/kernel-doc
parente54bf98c3afc6dc6e6ce9496c217cb1c660aac4d (diff)
_exports.h: drop creating dummy i2c entries and fixup config dependency
There's really no good reason to create stub entries that would call a function that doesn't even return anything sensible. The existence of these two i2c_* functions depends on CONFIG_IS_ENABLED(SYS_I2C_LEGACY), which does depend on !DM_I2C, but is not equivalent to it. They are probably rather hard to use unless CMD_I2C and something in U-Boot has called "i2c dev foo" to set the current i2c bus before calling the standalone app, so keep that dependency. Signed-off-by: Rasmus Villemoes <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions