1 # RMT for NGW100 customization
6 Select the RMTx board version.
10 config BOARD_MRMT_REV2
15 config BOARD_MRMT_AC97
16 bool "Enable AC97 CODEC"
18 Enable the UCB1400 AC97 CODEC driver.
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"
33 prompt "RMTx LCD Selection"
34 default BOARD_MRMT_LCD_DISABLE
36 config BOARD_MRMT_LCD_DISABLE
39 config BOARD_MRMT_LCD_LQ043T3DX0X
40 bool "Sharp LQ043T3DX0x or compatible"
42 If using RMT2, be sure to load the resistor pack selectors accordingly
45 config BOARD_MRMT_LCD_KWH043GM08
46 bool "Formike KWH043GM08 or compatible"
48 Be sure to load the RMT2 resistor pack selectors accordingly
53 if !BOARD_MRMT_LCD_DISABLE
54 config BOARD_MRMT_BL_PWM
55 bool "Use PWM control for LCD Backlight"
57 Use PWM driver for controlling LCD Backlight.
58 Otherwise, LCD Backlight is always on.
61 config BOARD_MRMT_RTC_I2C
62 bool "Use External RTC on I2C Bus"
64 RMT1 has an optional RTC device on the I2C bus.
65 It is a SII S35390A. Be sure to select the
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