aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/Kconfig
diff options
context:
space:
mode:
authorGuanXuetao <gxt@mprc.pku.edu.cn>2011-02-26 06:51:18 -0500
committerGuanXuetao <gxt@mprc.pku.edu.cn>2011-03-16 21:19:14 -0400
commitfa7499ef77db8d535e3c609c8064e9ee50c0693c (patch)
tree262a947a5800268a3992147b76baf920dff9beb0 /arch/unicore32/Kconfig
parent70fac51feaf2ca50c84e102e2a2699eb19ef24bd (diff)
unicore32 machine related files: core files
This patch adds machine related core files, also including build infrastructure. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32/Kconfig')
-rw-r--r--arch/unicore32/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index cc6a83215881..90835c959476 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -231,6 +231,31 @@ config PUV3_RTC
231 tristate "PKUnity v3 RTC Support" 231 tristate "PKUnity v3 RTC Support"
232 depends on !ARCH_FPGA 232 depends on !ARCH_FPGA
233 233
234if PUV3_NB0916
235
236menu "PKUnity NetBook-0916 Features"
237
238config I2C_BATTERY_BQ27200
239 tristate "I2C Battery BQ27200 Support"
240 select PUV3_I2C
241 select POWER_SUPPLY
242 select BATTERY_BQ27x00
243
244config I2C_EEPROM_AT24
245 tristate "I2C EEPROMs AT24 support"
246 select PUV3_I2C
247 select MISC_DEVICES
248 select EEPROM_AT24
249
250config LCD_BACKLIGHT
251 tristate "LCD Backlight support"
252 select BACKLIGHT_LCD_SUPPORT
253 select BACKLIGHT_PWM
254
255endmenu
256
257endif
258
234endif 259endif
235 260
236source "drivers/Kconfig" 261source "drivers/Kconfig"