Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

unicore32: Fix typo 'PUV3_I2C'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn>

authored by

Paul Bolle and committed by
Guan Xuetao
8889023a d159e571

+2 -2
+2 -2
arch/unicore32/Kconfig
··· 237 237 238 238 config I2C_BATTERY_BQ27200 239 239 tristate "I2C Battery BQ27200 Support" 240 - select PUV3_I2C 240 + select I2C_PUV3 241 241 select POWER_SUPPLY 242 242 select BATTERY_BQ27x00 243 243 244 244 config I2C_EEPROM_AT24 245 245 tristate "I2C EEPROMs AT24 support" 246 - select PUV3_I2C 246 + select I2C_PUV3 247 247 select MISC_DEVICES 248 248 select EEPROM_AT24 249 249