diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-02-26 06:51:18 -0500 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-16 21:19:14 -0400 |
commit | fa7499ef77db8d535e3c609c8064e9ee50c0693c (patch) | |
tree | 262a947a5800268a3992147b76baf920dff9beb0 /arch/unicore32/Kconfig | |
parent | 70fac51feaf2ca50c84e102e2a2699eb19ef24bd (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/Kconfig | 25 |
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 | ||
234 | if PUV3_NB0916 | ||
235 | |||
236 | menu "PKUnity NetBook-0916 Features" | ||
237 | |||
238 | config I2C_BATTERY_BQ27200 | ||
239 | tristate "I2C Battery BQ27200 Support" | ||
240 | select PUV3_I2C | ||
241 | select POWER_SUPPLY | ||
242 | select BATTERY_BQ27x00 | ||
243 | |||
244 | config I2C_EEPROM_AT24 | ||
245 | tristate "I2C EEPROMs AT24 support" | ||
246 | select PUV3_I2C | ||
247 | select MISC_DEVICES | ||
248 | select EEPROM_AT24 | ||
249 | |||
250 | config LCD_BACKLIGHT | ||
251 | tristate "LCD Backlight support" | ||
252 | select BACKLIGHT_LCD_SUPPORT | ||
253 | select BACKLIGHT_PWM | ||
254 | |||
255 | endmenu | ||
256 | |||
257 | endif | ||
258 | |||
234 | endif | 259 | endif |
235 | 260 | ||
236 | source "drivers/Kconfig" | 261 | source "drivers/Kconfig" |