Use dentry_path() to create full path to inode object
[pohmelfs.git] / arch / avr32 / boards / atngw100 / Kconfig_mrmt
blob9a199a207f3c0e3c74a0eef3e694f173188ad9f6
1 # RMT for NGW100 customization
3 choice
4         prompt "RMT Version"
5         help
6           Select the RMTx board version.
8 config BOARD_MRMT_REV1
9         bool "RMT1"
10 config BOARD_MRMT_REV2
11         bool "RMT2"
13 endchoice
15 config BOARD_MRMT_AC97
16         bool "Enable AC97 CODEC"
17         help
18           Enable the UCB1400 AC97 CODEC driver.
20 choice
21         prompt "Touchscreen Driver"
22         default BOARD_MRMT_ADS7846_TS
24 config BOARD_MRMT_UCB1400_TS
25         bool "Use UCB1400 Touchscreen"
27 config BOARD_MRMT_ADS7846_TS
28         bool "Use ADS7846 Touchscreen"
30 endchoice
32 choice
33         prompt "RMTx LCD Selection"
34         default BOARD_MRMT_LCD_DISABLE
36 config BOARD_MRMT_LCD_DISABLE
37         bool "LCD Disabled"
39 config BOARD_MRMT_LCD_LQ043T3DX0X
40         bool "Sharp LQ043T3DX0x or compatible"
41         help
42           If using RMT2, be sure to load the resistor pack selectors accordingly
44 if BOARD_MRMT_REV2
45 config BOARD_MRMT_LCD_KWH043GM08
46         bool "Formike KWH043GM08 or compatible"
47         help
48           Be sure to load the RMT2 resistor pack selectors accordingly
49 endif
51 endchoice
53 if !BOARD_MRMT_LCD_DISABLE
54 config BOARD_MRMT_BL_PWM
55         bool "Use PWM control for LCD Backlight"
56         help
57                 Use PWM driver for controlling LCD Backlight.
58                 Otherwise, LCD Backlight is always on.
59 endif
61 config BOARD_MRMT_RTC_I2C
62         bool "Use External RTC on I2C Bus"
63         help
64                 RMT1 has an optional RTC device on the I2C bus.
65                 It is a SII S35390A.  Be sure to select the
66                 matching RTC driver.
68 choice
69         prompt "Wireless Module on ttyS2"
70         default BOARD_MRMT_WIRELESS_ZB
72 config BOARD_MRMT_WIRELESS_ZB
73         bool "Use ZigBee/802.15.4 Module"
75 config BOARD_MRMT_WIRELESS_BT
76         bool "Use Bluetooth (HCI) Module"
78 config BOARD_MRMT_WIRELESS_NONE
79         bool "Not Installed"
80 endchoice